From cf672b86b8015a11893029b8e433398083ca1646 Mon Sep 17 00:00:00 2001 From: YunHorn Technology Date: Sun, 24 Nov 2024 00:39:13 +0800 Subject: [PATCH] wip --- Core/Src/sys_app.c | 3 +- STM32CubeIDE/.cproject | 7 +- .../Release/Application/User/Core/subdir.mk | 52 +++++++------- .../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/RSS/subdir.mk | 17 ++--- .../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 | 52 +++++++------- .../Release/Middlewares/LoRaWAN/subdir.mk | 68 +++++++++--------- .../Release/Middlewares/SubGHz_Phy/subdir.mk | 6 +- STM32CubeIDE/Release/Utilities/subdir.mk | 16 ++--- STM32CubeIDE/Release/WLE5CC_NODE_STS.elf | Bin 717396 -> 717492 bytes STM32CubeIDE/Release/objects.mk | 2 +- STS/Core/Src/yunhorn_sts_process.c | 3 +- STS/TOF/App/app_tof.c | 2 + 20 files changed, 131 insertions(+), 133 deletions(-) diff --git a/Core/Src/sys_app.c b/Core/Src/sys_app.c index 19dbe29..7aef34b 100644 --- a/Core/Src/sys_app.c +++ b/Core/Src/sys_app.c @@ -124,6 +124,7 @@ void SystemApp_Init(void) /*Initialize the Sensors */ EnvSensors_Init(); #if defined(L8) + STS_Lamp_Bar_Self_Test(); MX_TOF_Init(); //STS_Lamp_Bar_Self_Test(); #endif @@ -133,7 +134,7 @@ void SystemApp_Init(void) #if defined(STS_P2) STS_TOF_VL53LX_PeopleCounting_Process_Init(); #endif - STS_Lamp_Bar_Self_Test(); + //STS_Lamp_Bar_Self_Test(); /*Init low power manager*/ UTIL_LPM_Init(); /* Disable Stand-by mode */ diff --git a/STM32CubeIDE/.cproject b/STM32CubeIDE/.cproject index b538279..69e74a1 100644 --- a/STM32CubeIDE/.cproject +++ b/STM32CubeIDE/.cproject @@ -99,7 +99,7 @@ - + @@ -134,7 +134,7 @@