diff --git a/Core/Inc/sys_conf.h b/Core/Inc/sys_conf.h index 871fadc..0271316 100644 --- a/Core/Inc/sys_conf.h +++ b/Core/Inc/sys_conf.h @@ -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 diff --git a/STM32CubeIDE/Release/WL55JC_AS923.bin b/STM32CubeIDE/Release/WL55JC_AS923.bin index b723851..06ff1cb 100644 Binary files a/STM32CubeIDE/Release/WL55JC_AS923.bin and b/STM32CubeIDE/Release/WL55JC_AS923.bin differ diff --git a/STM32CubeIDE/Release/WL55JC_AS923.hex b/STM32CubeIDE/Release/WL55JC_AS923.hex index 25039bc..a56454f 100644 --- a/STM32CubeIDE/Release/WL55JC_AS923.hex +++ b/STM32CubeIDE/Release/WL55JC_AS923.hex @@ -489,7 +489,7 @@ :101E680005B030BDAB0C01084FF0B04210B5936817 :101E780023F4004393600EF06BFB114B01241C709C :101E880000F0AEF80EF036F80E480EF04DF80E4B96 -:101E98004FF400421A6102200EF04CF8FFF78CFA5A +:101E98004FF400421A6103200EF04CF8FFF78CFA59 :101EA80000F004F9FFF718FF0EF03EF9214620462E :101EB8000EF05AF921462046BDE810400EF03EB912 :101EC800EC010020411E0008004000580EF062B9E5 diff --git a/STM32CubeIDE/Release/makefile b/STM32CubeIDE/Release/makefile index cc5def9..2d27ad3 100644 --- a/STM32CubeIDE/Release/makefile +++ b/STM32CubeIDE/Release/makefile @@ -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 diff --git a/STM32CubeIDE/Release/sources.mk b/STM32CubeIDE/Release/sources.mk index 35795ee..655fa6d 100644 --- a/STM32CubeIDE/Release/sources.mk +++ b/STM32CubeIDE/Release/sources.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 \