wip WS
This commit is contained in:
parent
0e97c6578d
commit
a98d6c24aa
|
@ -47,7 +47,7 @@ extern "C" {
|
|||
/**
|
||||
* @brief Verbose level for all trace logs
|
||||
*/
|
||||
#define VERBOSE_LEVEL VLEVEL_M
|
||||
#define VERBOSE_LEVEL VLEVEL_H
|
||||
|
||||
/**
|
||||
* @brief Enable trace logs
|
||||
|
|
Binary file not shown.
|
@ -489,7 +489,7 @@
|
|||
:101E680005B030BDAB0C01084FF0B04210B5936817
|
||||
:101E780023F4004393600EF06BFB114B01241C709C
|
||||
:101E880000F0AEF80EF036F80E480EF04DF80E4B96
|
||||
:101E98004FF400421A6102200EF04CF8FFF78CFA5A
|
||||
:101E98004FF400421A6103200EF04CF8FFF78CFA59
|
||||
:101EA80000F004F9FFF718FF0EF03EF9214620462E
|
||||
:101EB8000EF05AF921462046BDE810400EF03EB912
|
||||
:101EC800EC010020411E0008004000580EF062B9E5
|
||||
|
|
|
@ -15,6 +15,10 @@ RM := rm -rf
|
|||
-include Drivers/STM32WLxx_HAL_Driver/subdir.mk
|
||||
-include Drivers/CMSIS/subdir.mk
|
||||
-include Drivers/BSP/STM32WLxx_Nucleo/subdir.mk
|
||||
-include Drivers/BSP/Components/subdir.mk
|
||||
-include Drivers/BSP/53L8A1/subdir.mk
|
||||
-include Application/User/TOF/Target/subdir.mk
|
||||
-include Application/User/TOF/App/subdir.mk
|
||||
-include Application/User/Startup/subdir.mk
|
||||
-include Application/User/LoRaWAN/Target/subdir.mk
|
||||
-include Application/User/LoRaWAN/App/subdir.mk
|
||||
|
|
|
@ -28,6 +28,10 @@ Application/User/Core \
|
|||
Application/User/LoRaWAN/App \
|
||||
Application/User/LoRaWAN/Target \
|
||||
Application/User/Startup \
|
||||
Application/User/TOF/App \
|
||||
Application/User/TOF/Target \
|
||||
Drivers/BSP/53L8A1 \
|
||||
Drivers/BSP/Components \
|
||||
Drivers/BSP/STM32WLxx_Nucleo \
|
||||
Drivers/CMSIS \
|
||||
Drivers/STM32WLxx_HAL_Driver \
|
||||
|
|
Loading…
Reference in New Issue