From 9dfab1f80db6ece701ccc6ea5e198616c861837f Mon Sep 17 00:00:00 2001 From: YunHorn Technology Date: Wed, 3 Apr 2024 12:39:15 +0800 Subject: [PATCH] revised for normal use --- Core/Inc/sys_conf.h | 2 +- STM32CubeIDE/.cproject | 7 +- STM32CubeIDE/.project | 2 +- STM32CubeIDE/.settings/language.settings.xml | 4 +- .../Debug/Application/User/Core/subdir.mk | 36 +++++----- .../Application/User/LoRaWAN/App/subdir.mk | 8 +-- .../Application/User/LoRaWAN/Target/subdir.mk | 2 +- .../Drivers/BSP/STM32WLxx_Nucleo/subdir.mk | 4 +- STM32CubeIDE/Debug/Drivers/CMSIS/subdir.mk | 2 +- .../Drivers/STM32WLxx_HAL_Driver/subdir.mk | 44 ++++++------ .../Debug/Middlewares/LoRaWAN/subdir.mk | 66 +++++++++--------- .../Debug/Middlewares/SubGHz_Phy/subdir.mk | 6 +- STM32CubeIDE/Debug/Utilities/subdir.mk | 16 ++--- STM32CubeIDE/Debug/makefile | 4 +- .../Release/Application/User/Core/subdir.mk | 38 +++++------ .../Application/User/LoRaWAN/App/subdir.mk | 10 +-- .../Application/User/LoRaWAN/Target/subdir.mk | 4 +- .../Application/User/Startup/subdir.mk | 2 +- .../Drivers/BSP/STM32WLxx_Nucleo/subdir.mk | 6 +- STM32CubeIDE/Release/Drivers/CMSIS/subdir.mk | 4 +- .../Drivers/STM32WLxx_HAL_Driver/subdir.mk | 46 ++++++------- .../Release/Middlewares/LoRaWAN/subdir.mk | 68 +++++++++---------- .../Release/Middlewares/SubGHz_Phy/subdir.mk | 8 +-- STM32CubeIDE/Release/Utilities/subdir.mk | 18 ++--- STM32CubeIDE/Release/makefile | 6 +- STM32CubeIDE/Release/objects.mk | 2 +- STM32CubeIDE/Release/sources.mk | 2 +- STM32CubeIDE/STS_AS923_JP_Core.launch | 2 +- 28 files changed, 211 insertions(+), 208 deletions(-) diff --git a/Core/Inc/sys_conf.h b/Core/Inc/sys_conf.h index 622318c..5d27761 100644 --- a/Core/Inc/sys_conf.h +++ b/Core/Inc/sys_conf.h @@ -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 7703e94..cbceda6 100644 --- a/STM32CubeIDE/.cproject +++ b/STM32CubeIDE/.cproject @@ -23,7 +23,7 @@