From 660dc21876340b37b54ebb7216d633f7e0bf2607 Mon Sep 17 00:00:00 2001 From: YunHorn Technology Date: Thu, 22 May 2025 11:42:55 +0800 Subject: [PATCH] add bin for disability --- Core/Inc/sys_conf.h | 6 +- STM32CubeIDE/.cproject | 1 + .../Release/Application/User/Core/subdir.mk | 44 ++++++------ .../Application/User/LoRaWAN/App/subdir.mk | 8 +-- .../Application/User/LoRaWAN/Target/subdir.mk | 2 +- .../Application/User/STS/Core/Src/subdir.mk | 6 +- .../Application/User/STS/TOF/App/subdir.mk | 2 +- .../Application/User/STS/TOF/Target/subdir.mk | 2 +- .../Release/Drivers/BSP/53L8A1/subdir.mk | 2 +- .../Release/Drivers/BSP/Components/subdir.mk | 12 ++-- STM32CubeIDE/Release/Drivers/CMSIS/subdir.mk | 2 +- .../Drivers/STM32WLxx_HAL_Driver/subdir.mk | 50 ++++++------- .../Release/Middlewares/LoRaWAN/subdir.mk | 68 +++++++++--------- .../Release/Middlewares/SubGHz_Phy/subdir.mk | 6 +- .../STS_L8_RTM_Disability_20250522R1.bin | Bin 0 -> 183564 bytes .../STS_L8_RTM_Disability_20250522R1.elf | Bin 0 -> 267216 bytes STM32CubeIDE/Release/Utilities/subdir.mk | 16 ++--- STM32CubeIDE/Release/WLE5CC_NODE_STS.bin | Bin 0 -> 189952 bytes STM32CubeIDE/Release/WLE5CC_NODE_STS.elf | Bin 0 -> 275652 bytes 19 files changed, 114 insertions(+), 113 deletions(-) create mode 100644 STM32CubeIDE/Release/STS_L8_RTM_Disability_20250522R1.bin create mode 100644 STM32CubeIDE/Release/STS_L8_RTM_Disability_20250522R1.elf create mode 100644 STM32CubeIDE/Release/WLE5CC_NODE_STS.bin create mode 100644 STM32CubeIDE/Release/WLE5CC_NODE_STS.elf diff --git a/Core/Inc/sys_conf.h b/Core/Inc/sys_conf.h index 241072d..f10502a 100644 --- a/Core/Inc/sys_conf.h +++ b/Core/Inc/sys_conf.h @@ -47,12 +47,12 @@ extern "C" { /** * @brief Verbose level for all trace logs */ -#define VERBOSE_LEVEL VLEVEL_OFF +#define VERBOSE_LEVEL VLEVEL_M /** * @brief Enable trace logs */ -#define APP_LOG_ENABLED 0 +#define APP_LOG_ENABLED 1 /** * @brief Activate monitoring (probes) of some internal RF signals for debug purpose @@ -75,7 +75,7 @@ extern "C" { * @brief Enable/Disable MCU Debugger pins (dbg serial wires) * @note by HW serial wires are ON by default, need to put them OFF to save power */ -#define DEBUGGER_ENABLED 0 +#define DEBUGGER_ENABLED 1 /** * @brief Disable Low Power mode diff --git a/STM32CubeIDE/.cproject b/STM32CubeIDE/.cproject index d7995d6..b5c4257 100644 --- a/STM32CubeIDE/.cproject +++ b/STM32CubeIDE/.cproject @@ -138,6 +138,7 @@