From ab839ecc26fce06158eb76c5222a9965e1228996 Mon Sep 17 00:00:00 2001 From: YunHorn Technology Date: Fri, 1 Nov 2024 09:40:24 +0800 Subject: [PATCH 1/3] wip --- LoRaWAN/App/lora_app.c | 6 +- LoRaWAN/App/lora_app.h | 2 +- STM32CubeIDE/.cproject | 8 +- STM32CubeIDE/.project | 75 ++++++++++++++++++ .../Release/Application/User/Core/subdir.mk | 40 +++++----- .../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 | 13 ++- .../Application/User/STS/TOF/Target/subdir.mk | 2 +- .../User/STS/TOF/vl53l0x/subdir.mk | 14 ++-- STM32CubeIDE/Release/Drivers/CMSIS/subdir.mk | 2 +- .../Drivers/STM32WLxx_HAL_Driver/subdir.mk | 48 +++++------ .../Release/Middlewares/LoRaWAN/subdir.mk | 66 +++++++-------- .../Release/Middlewares/SubGHz_Phy/subdir.mk | 6 +- STM32CubeIDE/Release/Utilities/subdir.mk | 16 ++-- STM32CubeIDE/Release/WLE5CC_NODE_STS.elf | Bin 146452 -> 154860 bytes STM32CubeIDE/Release/makefile | 2 +- STM32CubeIDE/Release/sources.mk | 2 +- STS/Core/Inc/yunhorn_sts_prd_conf.h | 2 + STS/Core/Src/yunhorn_sts_process.c | 5 ++ STS/TOF/App/app_tof_peoplecount.c | 32 +++++++- 22 files changed, 239 insertions(+), 118 deletions(-) diff --git a/LoRaWAN/App/lora_app.c b/LoRaWAN/App/lora_app.c index 99f2170..964b07b 100644 --- a/LoRaWAN/App/lora_app.c +++ b/LoRaWAN/App/lora_app.c @@ -540,9 +540,9 @@ void LoRaWAN_Init(void) UTIL_TIMER_Start(&YunhornSTSWakeUpScanTimer); #endif - UTIL_TIMER_Create(&YunhornSTSHeartBeatTimer, 1000*STS_HeartBeatTimerPeriod_sec, UTIL_TIMER_PERIODIC, OnYunhornSTSHeartBeatTimerEvent, NULL); -// UTIL_TIMER_Create(&YunhornSTSHeartBeatTimer, 1000*STS_HeartBeatTimerPeriod_sec, UTIL_TIMER_ONESHOT, OnYunhornSTSHeartBeatTimerEvent, NULL); - UTIL_TIMER_Start(&YunhornSTSHeartBeatTimer); + // UTIL_TIMER_Create(&YunhornSTSHeartBeatTimer, 1000*STS_HeartBeatTimerPeriod_sec, UTIL_TIMER_PERIODIC, OnYunhornSTSHeartBeatTimerEvent, NULL); + // UTIL_TIMER_Create(&YunhornSTSHeartBeatTimer, 1000*STS_HeartBeatTimerPeriod_sec, UTIL_TIMER_ONESHOT, OnYunhornSTSHeartBeatTimerEvent, NULL); + // UTIL_TIMER_Start(&YunhornSTSHeartBeatTimer); /* USER CODE END LoRaWAN_Init_Last */ } diff --git a/LoRaWAN/App/lora_app.h b/LoRaWAN/App/lora_app.h index ae4a403..52f4d16 100644 --- a/LoRaWAN/App/lora_app.h +++ b/LoRaWAN/App/lora_app.h @@ -68,7 +68,7 @@ extern "C" { /*! * LoRaWAN default class */ -#define LORAWAN_DEFAULT_CLASS CLASS_A +#define LORAWAN_DEFAULT_CLASS CLASS_C /*! * LoRaWAN default confirm state diff --git a/STM32CubeIDE/.cproject b/STM32CubeIDE/.cproject index 7992632..8648789 100644 --- a/STM32CubeIDE/.cproject +++ b/STM32CubeIDE/.cproject @@ -98,6 +98,9 @@ + + + @@ -133,7 +136,7 @@ diff --git a/STM32CubeIDE/.project b/STM32CubeIDE/.project index 3242275..d7be60c 100644 --- a/STM32CubeIDE/.project +++ b/STM32CubeIDE/.project @@ -537,6 +537,11 @@ 2 virtual:/virtual + + Application/User/STS/TOF/vl53l1x_uld + 2 + virtual:/virtual + Application/User/STS/Core/Inc/sts_cmox_hmac_sha.h 1 @@ -582,6 +587,11 @@ 1 copy_PARENT/STS/TOF/App/app_tof.h + + Application/User/STS/TOF/App/app_tof_peoplecount.c + 1 + copy_PARENT/STS/TOF/App/app_tof_peoplecount.c + Application/User/STS/TOF/App/app_tof_vl53l0x_range.c 1 @@ -692,6 +702,71 @@ 1 copy_PARENT/STS/TOF/vl53l0x/vl53l0x_types.h + + Application/User/STS/TOF/vl53l1x_uld/VL53L1X_api.c + 1 + copy_PARENT/STS/TOF/vl53l1x_uld/VL53L1X_api.c + + + Application/User/STS/TOF/vl53l1x_uld/VL53L1X_api.h + 1 + copy_PARENT/STS/TOF/vl53l1x_uld/VL53L1X_api.h + + + Application/User/STS/TOF/vl53l1x_uld/VL53L1X_calibration.c + 1 + copy_PARENT/STS/TOF/vl53l1x_uld/VL53L1X_calibration.c + + + Application/User/STS/TOF/vl53l1x_uld/VL53L1X_calibration.h + 1 + copy_PARENT/STS/TOF/vl53l1x_uld/VL53L1X_calibration.h + + + Application/User/STS/TOF/vl53l1x_uld/X-NUCLEO-53L1A1.c + 1 + copy_PARENT/STS/TOF/vl53l1x_uld/X-NUCLEO-53L1A1.c + + + Application/User/STS/TOF/vl53l1x_uld/X-NUCLEO-53L1A1.h + 1 + copy_PARENT/STS/TOF/vl53l1x_uld/X-NUCLEO-53L1A1.h + + + Application/User/STS/TOF/vl53l1x_uld/vl53l1_error_codes.h + 1 + copy_PARENT/STS/TOF/vl53l1x_uld/vl53l1_error_codes.h + + + Application/User/STS/TOF/vl53l1x_uld/vl53l1_platform.c + 1 + copy_PARENT/STS/TOF/vl53l1x_uld/vl53l1_platform.c + + + Application/User/STS/TOF/vl53l1x_uld/vl53l1_platform.h + 1 + copy_PARENT/STS/TOF/vl53l1x_uld/vl53l1_platform.h + + + Application/User/STS/TOF/vl53l1x_uld/vl53l1_platform_log.h + 1 + copy_PARENT/STS/TOF/vl53l1x_uld/vl53l1_platform_log.h + + + Application/User/STS/TOF/vl53l1x_uld/vl53l1_platform_user_config.h + 1 + copy_PARENT/STS/TOF/vl53l1x_uld/vl53l1_platform_user_config.h + + + Application/User/STS/TOF/vl53l1x_uld/vl53l1_platform_user_defines.h + 1 + copy_PARENT/STS/TOF/vl53l1x_uld/vl53l1_platform_user_defines.h + + + Application/User/STS/TOF/vl53l1x_uld/vl53l1_types.h + 1 + copy_PARENT/STS/TOF/vl53l1x_uld/vl53l1_types.h + diff --git a/STM32CubeIDE/Release/Application/User/Core/subdir.mk b/STM32CubeIDE/Release/Application/User/Core/subdir.mk index d3565d3..00ec633 100644 --- a/STM32CubeIDE/Release/Application/User/Core/subdir.mk +++ b/STM32CubeIDE/Release/Application/User/Core/subdir.mk @@ -76,45 +76,45 @@ C_DEPS += \ # Each subdirectory must supply rules for building sources it contributes Application/User/Core/adc.o: D:/ONEDRIVE/STM32WLV13/Projects/NUCLEO-WL55JC/Applications/LoRaWAN/WLE5CC_NODE_STS/Core/Src/adc.c Application/User/Core/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Application/User/Core/adc_if.o: D:/ONEDRIVE/STM32WLV13/Projects/NUCLEO-WL55JC/Applications/LoRaWAN/WLE5CC_NODE_STS/Core/Src/adc_if.c Application/User/Core/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Application/User/Core/dma.o: D:/ONEDRIVE/STM32WLV13/Projects/NUCLEO-WL55JC/Applications/LoRaWAN/WLE5CC_NODE_STS/Core/Src/dma.c Application/User/Core/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Application/User/Core/flash_if.o: D:/ONEDRIVE/STM32WLV13/Projects/NUCLEO-WL55JC/Applications/LoRaWAN/WLE5CC_NODE_STS/Core/Src/flash_if.c Application/User/Core/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Application/User/Core/gpio.o: D:/ONEDRIVE/STM32WLV13/Projects/NUCLEO-WL55JC/Applications/LoRaWAN/WLE5CC_NODE_STS/Core/Src/gpio.c Application/User/Core/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Application/User/Core/i2c.o: D:/ONEDRIVE/STM32WLV13/Projects/NUCLEO-WL55JC/Applications/LoRaWAN/WLE5CC_NODE_STS/Core/Src/i2c.c Application/User/Core/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Application/User/Core/main.o: D:/ONEDRIVE/STM32WLV13/Projects/NUCLEO-WL55JC/Applications/LoRaWAN/WLE5CC_NODE_STS/Core/Src/main.c Application/User/Core/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Application/User/Core/rtc.o: D:/ONEDRIVE/STM32WLV13/Projects/NUCLEO-WL55JC/Applications/LoRaWAN/WLE5CC_NODE_STS/Core/Src/rtc.c Application/User/Core/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Application/User/Core/stm32_lpm_if.o: D:/ONEDRIVE/STM32WLV13/Projects/NUCLEO-WL55JC/Applications/LoRaWAN/WLE5CC_NODE_STS/Core/Src/stm32_lpm_if.c Application/User/Core/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Application/User/Core/stm32wlxx_hal_msp.o: D:/ONEDRIVE/STM32WLV13/Projects/NUCLEO-WL55JC/Applications/LoRaWAN/WLE5CC_NODE_STS/Core/Src/stm32wlxx_hal_msp.c Application/User/Core/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Application/User/Core/stm32wlxx_it.o: D:/ONEDRIVE/STM32WLV13/Projects/NUCLEO-WL55JC/Applications/LoRaWAN/WLE5CC_NODE_STS/Core/Src/stm32wlxx_it.c Application/User/Core/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Application/User/Core/stm32wlxx_nucleo_bus.o: D:/ONEDRIVE/STM32WLV13/Projects/NUCLEO-WL55JC/Applications/LoRaWAN/WLE5CC_NODE_STS/Core/Src/stm32wlxx_nucleo_bus.c Application/User/Core/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Application/User/Core/subghz.o: D:/ONEDRIVE/STM32WLV13/Projects/NUCLEO-WL55JC/Applications/LoRaWAN/WLE5CC_NODE_STS/Core/Src/subghz.c Application/User/Core/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Application/User/Core/sys_app.o: D:/ONEDRIVE/STM32WLV13/Projects/NUCLEO-WL55JC/Applications/LoRaWAN/WLE5CC_NODE_STS/Core/Src/sys_app.c Application/User/Core/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Application/User/Core/sys_debug.o: D:/ONEDRIVE/STM32WLV13/Projects/NUCLEO-WL55JC/Applications/LoRaWAN/WLE5CC_NODE_STS/Core/Src/sys_debug.c Application/User/Core/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Application/User/Core/sys_sensors.o: D:/ONEDRIVE/STM32WLV13/Projects/NUCLEO-WL55JC/Applications/LoRaWAN/WLE5CC_NODE_STS/Core/Src/sys_sensors.c Application/User/Core/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Application/User/Core/%.o Application/User/Core/%.su Application/User/Core/%.cyclo: ../Application/User/Core/%.c Application/User/Core/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Application/User/Core/timer_if.o: D:/ONEDRIVE/STM32WLV13/Projects/NUCLEO-WL55JC/Applications/LoRaWAN/WLE5CC_NODE_STS/Core/Src/timer_if.c Application/User/Core/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Application/User/Core/usart.o: D:/ONEDRIVE/STM32WLV13/Projects/NUCLEO-WL55JC/Applications/LoRaWAN/WLE5CC_NODE_STS/Core/Src/usart.c Application/User/Core/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Application/User/Core/usart_if.o: D:/ONEDRIVE/STM32WLV13/Projects/NUCLEO-WL55JC/Applications/LoRaWAN/WLE5CC_NODE_STS/Core/Src/usart_if.c Application/User/Core/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" clean: clean-Application-2f-User-2f-Core diff --git a/STM32CubeIDE/Release/Application/User/LoRaWAN/App/subdir.mk b/STM32CubeIDE/Release/Application/User/LoRaWAN/App/subdir.mk index 8d4cddf..11d149f 100644 --- a/STM32CubeIDE/Release/Application/User/LoRaWAN/App/subdir.mk +++ b/STM32CubeIDE/Release/Application/User/LoRaWAN/App/subdir.mk @@ -25,13 +25,13 @@ C_DEPS += \ # Each subdirectory must supply rules for building sources it contributes Application/User/LoRaWAN/App/CayenneLpp.o: D:/ONEDRIVE/STM32WLV13/Projects/NUCLEO-WL55JC/Applications/LoRaWAN/WLE5CC_NODE_STS/LoRaWAN/App/CayenneLpp.c Application/User/LoRaWAN/App/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Application/User/LoRaWAN/App/app_lorawan.o: D:/ONEDRIVE/STM32WLV13/Projects/NUCLEO-WL55JC/Applications/LoRaWAN/WLE5CC_NODE_STS/LoRaWAN/App/app_lorawan.c Application/User/LoRaWAN/App/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Application/User/LoRaWAN/App/lora_app.o: D:/ONEDRIVE/STM32WLV13/Projects/NUCLEO-WL55JC/Applications/LoRaWAN/WLE5CC_NODE_STS/LoRaWAN/App/lora_app.c Application/User/LoRaWAN/App/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Application/User/LoRaWAN/App/lora_info.o: D:/ONEDRIVE/STM32WLV13/Projects/NUCLEO-WL55JC/Applications/LoRaWAN/WLE5CC_NODE_STS/LoRaWAN/App/lora_info.c Application/User/LoRaWAN/App/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" clean: clean-Application-2f-User-2f-LoRaWAN-2f-App diff --git a/STM32CubeIDE/Release/Application/User/LoRaWAN/Target/subdir.mk b/STM32CubeIDE/Release/Application/User/LoRaWAN/Target/subdir.mk index a6d165a..0710888 100644 --- a/STM32CubeIDE/Release/Application/User/LoRaWAN/Target/subdir.mk +++ b/STM32CubeIDE/Release/Application/User/LoRaWAN/Target/subdir.mk @@ -16,7 +16,7 @@ C_DEPS += \ # Each subdirectory must supply rules for building sources it contributes Application/User/LoRaWAN/Target/radio_board_if.o: D:/ONEDRIVE/STM32WLV13/Projects/NUCLEO-WL55JC/Applications/LoRaWAN/WLE5CC_NODE_STS/LoRaWAN/Target/radio_board_if.c Application/User/LoRaWAN/Target/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" clean: clean-Application-2f-User-2f-LoRaWAN-2f-Target diff --git a/STM32CubeIDE/Release/Application/User/STS/Core/Src/subdir.mk b/STM32CubeIDE/Release/Application/User/STS/Core/Src/subdir.mk index 6dcc88a..dd89627 100644 --- a/STM32CubeIDE/Release/Application/User/STS/Core/Src/subdir.mk +++ b/STM32CubeIDE/Release/Application/User/STS/Core/Src/subdir.mk @@ -22,11 +22,11 @@ C_DEPS += \ # Each subdirectory must supply rules for building sources it contributes Application/User/STS/Core/Src/cmox_low_level.o: D:/ONEDRIVE/STM32WLV13/Projects/NUCLEO-WL55JC/Applications/LoRaWAN/WLE5CC_NODE_STS/STS/Core/Src/cmox_low_level.c Application/User/STS/Core/Src/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Application/User/STS/Core/Src/sts_cmox_hmac_sha.o: D:/ONEDRIVE/STM32WLV13/Projects/NUCLEO-WL55JC/Applications/LoRaWAN/WLE5CC_NODE_STS/STS/Core/Src/sts_cmox_hmac_sha.c Application/User/STS/Core/Src/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Application/User/STS/Core/Src/yunhorn_sts_process.o: D:/ONEDRIVE/STM32WLV13/Projects/NUCLEO-WL55JC/Applications/LoRaWAN/WLE5CC_NODE_STS/STS/Core/Src/yunhorn_sts_process.c Application/User/STS/Core/Src/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" clean: clean-Application-2f-User-2f-STS-2f-Core-2f-Src diff --git a/STM32CubeIDE/Release/Application/User/STS/TOF/App/subdir.mk b/STM32CubeIDE/Release/Application/User/STS/TOF/App/subdir.mk index 7e9bd51..dbdb021 100644 --- a/STM32CubeIDE/Release/Application/User/STS/TOF/App/subdir.mk +++ b/STM32CubeIDE/Release/Application/User/STS/TOF/App/subdir.mk @@ -7,31 +7,36 @@ C_SRCS += \ D:/ONEDRIVE/STM32WLV13/Projects/NUCLEO-WL55JC/Applications/LoRaWAN/WLE5CC_NODE_STS/STS/TOF/App/X-WL55_WLE5_53L0X.c \ D:/ONEDRIVE/STM32WLV13/Projects/NUCLEO-WL55JC/Applications/LoRaWAN/WLE5CC_NODE_STS/STS/TOF/App/app_tof.c \ +D:/ONEDRIVE/STM32WLV13/Projects/NUCLEO-WL55JC/Applications/LoRaWAN/WLE5CC_NODE_STS/STS/TOF/App/app_tof_peoplecount.c \ D:/ONEDRIVE/STM32WLV13/Projects/NUCLEO-WL55JC/Applications/LoRaWAN/WLE5CC_NODE_STS/STS/TOF/App/app_tof_vl53l0x_range.c OBJS += \ ./Application/User/STS/TOF/App/X-WL55_WLE5_53L0X.o \ ./Application/User/STS/TOF/App/app_tof.o \ +./Application/User/STS/TOF/App/app_tof_peoplecount.o \ ./Application/User/STS/TOF/App/app_tof_vl53l0x_range.o C_DEPS += \ ./Application/User/STS/TOF/App/X-WL55_WLE5_53L0X.d \ ./Application/User/STS/TOF/App/app_tof.d \ +./Application/User/STS/TOF/App/app_tof_peoplecount.d \ ./Application/User/STS/TOF/App/app_tof_vl53l0x_range.d # Each subdirectory must supply rules for building sources it contributes Application/User/STS/TOF/App/X-WL55_WLE5_53L0X.o: D:/ONEDRIVE/STM32WLV13/Projects/NUCLEO-WL55JC/Applications/LoRaWAN/WLE5CC_NODE_STS/STS/TOF/App/X-WL55_WLE5_53L0X.c Application/User/STS/TOF/App/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Application/User/STS/TOF/App/app_tof.o: D:/ONEDRIVE/STM32WLV13/Projects/NUCLEO-WL55JC/Applications/LoRaWAN/WLE5CC_NODE_STS/STS/TOF/App/app_tof.c Application/User/STS/TOF/App/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" +Application/User/STS/TOF/App/app_tof_peoplecount.o: D:/ONEDRIVE/STM32WLV13/Projects/NUCLEO-WL55JC/Applications/LoRaWAN/WLE5CC_NODE_STS/STS/TOF/App/app_tof_peoplecount.c Application/User/STS/TOF/App/subdir.mk + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Application/User/STS/TOF/App/app_tof_vl53l0x_range.o: D:/ONEDRIVE/STM32WLV13/Projects/NUCLEO-WL55JC/Applications/LoRaWAN/WLE5CC_NODE_STS/STS/TOF/App/app_tof_vl53l0x_range.c Application/User/STS/TOF/App/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" clean: clean-Application-2f-User-2f-STS-2f-TOF-2f-App clean-Application-2f-User-2f-STS-2f-TOF-2f-App: - -$(RM) ./Application/User/STS/TOF/App/X-WL55_WLE5_53L0X.cyclo ./Application/User/STS/TOF/App/X-WL55_WLE5_53L0X.d ./Application/User/STS/TOF/App/X-WL55_WLE5_53L0X.o ./Application/User/STS/TOF/App/X-WL55_WLE5_53L0X.su ./Application/User/STS/TOF/App/app_tof.cyclo ./Application/User/STS/TOF/App/app_tof.d ./Application/User/STS/TOF/App/app_tof.o ./Application/User/STS/TOF/App/app_tof.su ./Application/User/STS/TOF/App/app_tof_vl53l0x_range.cyclo ./Application/User/STS/TOF/App/app_tof_vl53l0x_range.d ./Application/User/STS/TOF/App/app_tof_vl53l0x_range.o ./Application/User/STS/TOF/App/app_tof_vl53l0x_range.su + -$(RM) ./Application/User/STS/TOF/App/X-WL55_WLE5_53L0X.cyclo ./Application/User/STS/TOF/App/X-WL55_WLE5_53L0X.d ./Application/User/STS/TOF/App/X-WL55_WLE5_53L0X.o ./Application/User/STS/TOF/App/X-WL55_WLE5_53L0X.su ./Application/User/STS/TOF/App/app_tof.cyclo ./Application/User/STS/TOF/App/app_tof.d ./Application/User/STS/TOF/App/app_tof.o ./Application/User/STS/TOF/App/app_tof.su ./Application/User/STS/TOF/App/app_tof_peoplecount.cyclo ./Application/User/STS/TOF/App/app_tof_peoplecount.d ./Application/User/STS/TOF/App/app_tof_peoplecount.o ./Application/User/STS/TOF/App/app_tof_peoplecount.su ./Application/User/STS/TOF/App/app_tof_vl53l0x_range.cyclo ./Application/User/STS/TOF/App/app_tof_vl53l0x_range.d ./Application/User/STS/TOF/App/app_tof_vl53l0x_range.o ./Application/User/STS/TOF/App/app_tof_vl53l0x_range.su .PHONY: clean-Application-2f-User-2f-STS-2f-TOF-2f-App diff --git a/STM32CubeIDE/Release/Application/User/STS/TOF/Target/subdir.mk b/STM32CubeIDE/Release/Application/User/STS/TOF/Target/subdir.mk index aea426e..a954aec 100644 --- a/STM32CubeIDE/Release/Application/User/STS/TOF/Target/subdir.mk +++ b/STM32CubeIDE/Release/Application/User/STS/TOF/Target/subdir.mk @@ -16,7 +16,7 @@ C_DEPS += \ # Each subdirectory must supply rules for building sources it contributes Application/User/STS/TOF/Target/app_tof_pin_conf.o: D:/ONEDRIVE/STM32WLV13/Projects/NUCLEO-WL55JC/Applications/LoRaWAN/WLE5CC_NODE_STS/STS/TOF/Target/app_tof_pin_conf.c Application/User/STS/TOF/Target/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" clean: clean-Application-2f-User-2f-STS-2f-TOF-2f-Target diff --git a/STM32CubeIDE/Release/Application/User/STS/TOF/vl53l0x/subdir.mk b/STM32CubeIDE/Release/Application/User/STS/TOF/vl53l0x/subdir.mk index f67f81b..cc39974 100644 --- a/STM32CubeIDE/Release/Application/User/STS/TOF/vl53l0x/subdir.mk +++ b/STM32CubeIDE/Release/Application/User/STS/TOF/vl53l0x/subdir.mk @@ -34,19 +34,19 @@ C_DEPS += \ # Each subdirectory must supply rules for building sources it contributes Application/User/STS/TOF/vl53l0x/vl53l0x_api.o: D:/ONEDRIVE/STM32WLV13/Projects/NUCLEO-WL55JC/Applications/LoRaWAN/WLE5CC_NODE_STS/STS/TOF/vl53l0x/vl53l0x_api.c Application/User/STS/TOF/vl53l0x/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Application/User/STS/TOF/vl53l0x/vl53l0x_api_calibration.o: D:/ONEDRIVE/STM32WLV13/Projects/NUCLEO-WL55JC/Applications/LoRaWAN/WLE5CC_NODE_STS/STS/TOF/vl53l0x/vl53l0x_api_calibration.c Application/User/STS/TOF/vl53l0x/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Application/User/STS/TOF/vl53l0x/vl53l0x_api_core.o: D:/ONEDRIVE/STM32WLV13/Projects/NUCLEO-WL55JC/Applications/LoRaWAN/WLE5CC_NODE_STS/STS/TOF/vl53l0x/vl53l0x_api_core.c Application/User/STS/TOF/vl53l0x/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Application/User/STS/TOF/vl53l0x/vl53l0x_api_ranging.o: D:/ONEDRIVE/STM32WLV13/Projects/NUCLEO-WL55JC/Applications/LoRaWAN/WLE5CC_NODE_STS/STS/TOF/vl53l0x/vl53l0x_api_ranging.c Application/User/STS/TOF/vl53l0x/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Application/User/STS/TOF/vl53l0x/vl53l0x_api_strings.o: D:/ONEDRIVE/STM32WLV13/Projects/NUCLEO-WL55JC/Applications/LoRaWAN/WLE5CC_NODE_STS/STS/TOF/vl53l0x/vl53l0x_api_strings.c Application/User/STS/TOF/vl53l0x/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Application/User/STS/TOF/vl53l0x/vl53l0x_platform.o: D:/ONEDRIVE/STM32WLV13/Projects/NUCLEO-WL55JC/Applications/LoRaWAN/WLE5CC_NODE_STS/STS/TOF/vl53l0x/vl53l0x_platform.c Application/User/STS/TOF/vl53l0x/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Application/User/STS/TOF/vl53l0x/vl53l0x_platform_log.o: D:/ONEDRIVE/STM32WLV13/Projects/NUCLEO-WL55JC/Applications/LoRaWAN/WLE5CC_NODE_STS/STS/TOF/vl53l0x/vl53l0x_platform_log.c Application/User/STS/TOF/vl53l0x/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" clean: clean-Application-2f-User-2f-STS-2f-TOF-2f-vl53l0x diff --git a/STM32CubeIDE/Release/Drivers/CMSIS/subdir.mk b/STM32CubeIDE/Release/Drivers/CMSIS/subdir.mk index 6133282..29abf0f 100644 --- a/STM32CubeIDE/Release/Drivers/CMSIS/subdir.mk +++ b/STM32CubeIDE/Release/Drivers/CMSIS/subdir.mk @@ -16,7 +16,7 @@ C_DEPS += \ # Each subdirectory must supply rules for building sources it contributes Drivers/CMSIS/system_stm32wlxx.o: D:/ONEDRIVE/STM32WLV13/Projects/NUCLEO-WL55JC/Applications/LoRaWAN/WLE5CC_NODE_STS/Core/Src/system_stm32wlxx.c Drivers/CMSIS/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" clean: clean-Drivers-2f-CMSIS diff --git a/STM32CubeIDE/Release/Drivers/STM32WLxx_HAL_Driver/subdir.mk b/STM32CubeIDE/Release/Drivers/STM32WLxx_HAL_Driver/subdir.mk index 7cf2093..bd778e3 100644 --- a/STM32CubeIDE/Release/Drivers/STM32WLxx_HAL_Driver/subdir.mk +++ b/STM32CubeIDE/Release/Drivers/STM32WLxx_HAL_Driver/subdir.mk @@ -85,53 +85,53 @@ C_DEPS += \ # Each subdirectory must supply rules for building sources it contributes Drivers/STM32WLxx_HAL_Driver/stm32wlxx_hal.o: D:/ONEDRIVE/STM32WLV13/Drivers/STM32WLxx_HAL_Driver/Src/stm32wlxx_hal.c Drivers/STM32WLxx_HAL_Driver/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Drivers/STM32WLxx_HAL_Driver/stm32wlxx_hal_adc.o: D:/ONEDRIVE/STM32WLV13/Drivers/STM32WLxx_HAL_Driver/Src/stm32wlxx_hal_adc.c Drivers/STM32WLxx_HAL_Driver/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Drivers/STM32WLxx_HAL_Driver/stm32wlxx_hal_adc_ex.o: D:/ONEDRIVE/STM32WLV13/Drivers/STM32WLxx_HAL_Driver/Src/stm32wlxx_hal_adc_ex.c Drivers/STM32WLxx_HAL_Driver/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Drivers/STM32WLxx_HAL_Driver/stm32wlxx_hal_cortex.o: D:/ONEDRIVE/STM32WLV13/Drivers/STM32WLxx_HAL_Driver/Src/stm32wlxx_hal_cortex.c Drivers/STM32WLxx_HAL_Driver/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Drivers/STM32WLxx_HAL_Driver/stm32wlxx_hal_dma.o: D:/ONEDRIVE/STM32WLV13/Drivers/STM32WLxx_HAL_Driver/Src/stm32wlxx_hal_dma.c Drivers/STM32WLxx_HAL_Driver/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Drivers/STM32WLxx_HAL_Driver/stm32wlxx_hal_dma_ex.o: D:/ONEDRIVE/STM32WLV13/Drivers/STM32WLxx_HAL_Driver/Src/stm32wlxx_hal_dma_ex.c Drivers/STM32WLxx_HAL_Driver/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Drivers/STM32WLxx_HAL_Driver/stm32wlxx_hal_exti.o: D:/ONEDRIVE/STM32WLV13/Drivers/STM32WLxx_HAL_Driver/Src/stm32wlxx_hal_exti.c Drivers/STM32WLxx_HAL_Driver/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Drivers/STM32WLxx_HAL_Driver/stm32wlxx_hal_flash.o: D:/ONEDRIVE/STM32WLV13/Drivers/STM32WLxx_HAL_Driver/Src/stm32wlxx_hal_flash.c Drivers/STM32WLxx_HAL_Driver/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Drivers/STM32WLxx_HAL_Driver/stm32wlxx_hal_flash_ex.o: D:/ONEDRIVE/STM32WLV13/Drivers/STM32WLxx_HAL_Driver/Src/stm32wlxx_hal_flash_ex.c Drivers/STM32WLxx_HAL_Driver/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Drivers/STM32WLxx_HAL_Driver/stm32wlxx_hal_gpio.o: D:/ONEDRIVE/STM32WLV13/Drivers/STM32WLxx_HAL_Driver/Src/stm32wlxx_hal_gpio.c Drivers/STM32WLxx_HAL_Driver/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Drivers/STM32WLxx_HAL_Driver/stm32wlxx_hal_i2c.o: D:/ONEDRIVE/STM32WLV13/Drivers/STM32WLxx_HAL_Driver/Src/stm32wlxx_hal_i2c.c Drivers/STM32WLxx_HAL_Driver/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Drivers/STM32WLxx_HAL_Driver/stm32wlxx_hal_i2c_ex.o: D:/ONEDRIVE/STM32WLV13/Drivers/STM32WLxx_HAL_Driver/Src/stm32wlxx_hal_i2c_ex.c Drivers/STM32WLxx_HAL_Driver/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Drivers/STM32WLxx_HAL_Driver/stm32wlxx_hal_pwr.o: D:/ONEDRIVE/STM32WLV13/Drivers/STM32WLxx_HAL_Driver/Src/stm32wlxx_hal_pwr.c Drivers/STM32WLxx_HAL_Driver/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Drivers/STM32WLxx_HAL_Driver/stm32wlxx_hal_pwr_ex.o: D:/ONEDRIVE/STM32WLV13/Drivers/STM32WLxx_HAL_Driver/Src/stm32wlxx_hal_pwr_ex.c Drivers/STM32WLxx_HAL_Driver/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Drivers/STM32WLxx_HAL_Driver/stm32wlxx_hal_rcc.o: D:/ONEDRIVE/STM32WLV13/Drivers/STM32WLxx_HAL_Driver/Src/stm32wlxx_hal_rcc.c Drivers/STM32WLxx_HAL_Driver/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Drivers/STM32WLxx_HAL_Driver/stm32wlxx_hal_rcc_ex.o: D:/ONEDRIVE/STM32WLV13/Drivers/STM32WLxx_HAL_Driver/Src/stm32wlxx_hal_rcc_ex.c Drivers/STM32WLxx_HAL_Driver/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Drivers/STM32WLxx_HAL_Driver/stm32wlxx_hal_rtc.o: D:/ONEDRIVE/STM32WLV13/Drivers/STM32WLxx_HAL_Driver/Src/stm32wlxx_hal_rtc.c Drivers/STM32WLxx_HAL_Driver/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Drivers/STM32WLxx_HAL_Driver/stm32wlxx_hal_rtc_ex.o: D:/ONEDRIVE/STM32WLV13/Drivers/STM32WLxx_HAL_Driver/Src/stm32wlxx_hal_rtc_ex.c Drivers/STM32WLxx_HAL_Driver/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Drivers/STM32WLxx_HAL_Driver/stm32wlxx_hal_subghz.o: D:/ONEDRIVE/STM32WLV13/Drivers/STM32WLxx_HAL_Driver/Src/stm32wlxx_hal_subghz.c Drivers/STM32WLxx_HAL_Driver/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Drivers/STM32WLxx_HAL_Driver/stm32wlxx_hal_tim.o: D:/ONEDRIVE/STM32WLV13/Drivers/STM32WLxx_HAL_Driver/Src/stm32wlxx_hal_tim.c Drivers/STM32WLxx_HAL_Driver/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Drivers/STM32WLxx_HAL_Driver/stm32wlxx_hal_tim_ex.o: D:/ONEDRIVE/STM32WLV13/Drivers/STM32WLxx_HAL_Driver/Src/stm32wlxx_hal_tim_ex.c Drivers/STM32WLxx_HAL_Driver/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Drivers/STM32WLxx_HAL_Driver/stm32wlxx_hal_uart.o: D:/ONEDRIVE/STM32WLV13/Drivers/STM32WLxx_HAL_Driver/Src/stm32wlxx_hal_uart.c Drivers/STM32WLxx_HAL_Driver/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Drivers/STM32WLxx_HAL_Driver/stm32wlxx_hal_uart_ex.o: D:/ONEDRIVE/STM32WLV13/Drivers/STM32WLxx_HAL_Driver/Src/stm32wlxx_hal_uart_ex.c Drivers/STM32WLxx_HAL_Driver/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Drivers/STM32WLxx_HAL_Driver/stm32wlxx_ll_adc.o: D:/ONEDRIVE/STM32WLV13/Drivers/STM32WLxx_HAL_Driver/Src/stm32wlxx_ll_adc.c Drivers/STM32WLxx_HAL_Driver/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" clean: clean-Drivers-2f-STM32WLxx_HAL_Driver diff --git a/STM32CubeIDE/Release/Middlewares/LoRaWAN/subdir.mk b/STM32CubeIDE/Release/Middlewares/LoRaWAN/subdir.mk index 3f897cf..4b70444 100644 --- a/STM32CubeIDE/Release/Middlewares/LoRaWAN/subdir.mk +++ b/STM32CubeIDE/Release/Middlewares/LoRaWAN/subdir.mk @@ -112,71 +112,71 @@ C_DEPS += \ # Each subdirectory must supply rules for building sources it contributes Middlewares/LoRaWAN/LmHandler.o: D:/ONEDRIVE/STM32WLV13/Middlewares/Third_Party/LoRaWAN/LmHandler/LmHandler.c Middlewares/LoRaWAN/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Middlewares/LoRaWAN/LmhpCompliance.o: D:/ONEDRIVE/STM32WLV13/Middlewares/Third_Party/LoRaWAN/LmHandler/Packages/LmhpCompliance.c Middlewares/LoRaWAN/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Middlewares/LoRaWAN/LmhpPackagesRegistration.o: D:/ONEDRIVE/STM32WLV13/Middlewares/Third_Party/LoRaWAN/LmHandler/Packages/LmhpPackagesRegistration.c Middlewares/LoRaWAN/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Middlewares/LoRaWAN/LoRaMac.o: D:/ONEDRIVE/STM32WLV13/Middlewares/Third_Party/LoRaWAN/Mac/LoRaMac.c Middlewares/LoRaWAN/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Middlewares/LoRaWAN/LoRaMacAdr.o: D:/ONEDRIVE/STM32WLV13/Middlewares/Third_Party/LoRaWAN/Mac/LoRaMacAdr.c Middlewares/LoRaWAN/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Middlewares/LoRaWAN/LoRaMacClassB.o: D:/ONEDRIVE/STM32WLV13/Middlewares/Third_Party/LoRaWAN/Mac/LoRaMacClassB.c Middlewares/LoRaWAN/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Middlewares/LoRaWAN/LoRaMacCommands.o: D:/ONEDRIVE/STM32WLV13/Middlewares/Third_Party/LoRaWAN/Mac/LoRaMacCommands.c Middlewares/LoRaWAN/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Middlewares/LoRaWAN/LoRaMacConfirmQueue.o: D:/ONEDRIVE/STM32WLV13/Middlewares/Third_Party/LoRaWAN/Mac/LoRaMacConfirmQueue.c Middlewares/LoRaWAN/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Middlewares/LoRaWAN/LoRaMacCrypto.o: D:/ONEDRIVE/STM32WLV13/Middlewares/Third_Party/LoRaWAN/Mac/LoRaMacCrypto.c Middlewares/LoRaWAN/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Middlewares/LoRaWAN/LoRaMacParser.o: D:/ONEDRIVE/STM32WLV13/Middlewares/Third_Party/LoRaWAN/Mac/LoRaMacParser.c Middlewares/LoRaWAN/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Middlewares/LoRaWAN/LoRaMacSerializer.o: D:/ONEDRIVE/STM32WLV13/Middlewares/Third_Party/LoRaWAN/Mac/LoRaMacSerializer.c Middlewares/LoRaWAN/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Middlewares/LoRaWAN/NvmDataMgmt.o: D:/ONEDRIVE/STM32WLV13/Middlewares/Third_Party/LoRaWAN/LmHandler/NvmDataMgmt.c Middlewares/LoRaWAN/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Middlewares/LoRaWAN/Region.o: D:/ONEDRIVE/STM32WLV13/Middlewares/Third_Party/LoRaWAN/Mac/Region/Region.c Middlewares/LoRaWAN/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Middlewares/LoRaWAN/RegionAS923.o: D:/ONEDRIVE/STM32WLV13/Middlewares/Third_Party/LoRaWAN/Mac/Region/RegionAS923.c Middlewares/LoRaWAN/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Middlewares/LoRaWAN/RegionAU915.o: D:/ONEDRIVE/STM32WLV13/Middlewares/Third_Party/LoRaWAN/Mac/Region/RegionAU915.c Middlewares/LoRaWAN/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Middlewares/LoRaWAN/RegionBaseUS.o: D:/ONEDRIVE/STM32WLV13/Middlewares/Third_Party/LoRaWAN/Mac/Region/RegionBaseUS.c Middlewares/LoRaWAN/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Middlewares/LoRaWAN/RegionCN470.o: D:/ONEDRIVE/STM32WLV13/Middlewares/Third_Party/LoRaWAN/Mac/Region/RegionCN470.c Middlewares/LoRaWAN/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Middlewares/LoRaWAN/RegionCN470A20.o: D:/ONEDRIVE/STM32WLV13/Middlewares/Third_Party/LoRaWAN/Mac/Region/RegionCN470A20.c Middlewares/LoRaWAN/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Middlewares/LoRaWAN/RegionCN470A26.o: D:/ONEDRIVE/STM32WLV13/Middlewares/Third_Party/LoRaWAN/Mac/Region/RegionCN470A26.c Middlewares/LoRaWAN/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Middlewares/LoRaWAN/RegionCN470B20.o: D:/ONEDRIVE/STM32WLV13/Middlewares/Third_Party/LoRaWAN/Mac/Region/RegionCN470B20.c Middlewares/LoRaWAN/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Middlewares/LoRaWAN/RegionCN470B26.o: D:/ONEDRIVE/STM32WLV13/Middlewares/Third_Party/LoRaWAN/Mac/Region/RegionCN470B26.c Middlewares/LoRaWAN/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Middlewares/LoRaWAN/RegionCN779.o: D:/ONEDRIVE/STM32WLV13/Middlewares/Third_Party/LoRaWAN/Mac/Region/RegionCN779.c Middlewares/LoRaWAN/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Middlewares/LoRaWAN/RegionCommon.o: D:/ONEDRIVE/STM32WLV13/Middlewares/Third_Party/LoRaWAN/Mac/Region/RegionCommon.c Middlewares/LoRaWAN/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Middlewares/LoRaWAN/RegionEU433.o: D:/ONEDRIVE/STM32WLV13/Middlewares/Third_Party/LoRaWAN/Mac/Region/RegionEU433.c Middlewares/LoRaWAN/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Middlewares/LoRaWAN/RegionEU868.o: D:/ONEDRIVE/STM32WLV13/Middlewares/Third_Party/LoRaWAN/Mac/Region/RegionEU868.c Middlewares/LoRaWAN/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Middlewares/LoRaWAN/RegionIN865.o: D:/ONEDRIVE/STM32WLV13/Middlewares/Third_Party/LoRaWAN/Mac/Region/RegionIN865.c Middlewares/LoRaWAN/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Middlewares/LoRaWAN/RegionKR920.o: D:/ONEDRIVE/STM32WLV13/Middlewares/Third_Party/LoRaWAN/Mac/Region/RegionKR920.c Middlewares/LoRaWAN/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Middlewares/LoRaWAN/RegionRU864.o: D:/ONEDRIVE/STM32WLV13/Middlewares/Third_Party/LoRaWAN/Mac/Region/RegionRU864.c Middlewares/LoRaWAN/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Middlewares/LoRaWAN/RegionUS915.o: D:/ONEDRIVE/STM32WLV13/Middlewares/Third_Party/LoRaWAN/Mac/Region/RegionUS915.c Middlewares/LoRaWAN/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Middlewares/LoRaWAN/cmac.o: D:/ONEDRIVE/STM32WLV13/Middlewares/Third_Party/LoRaWAN/Crypto/cmac.c Middlewares/LoRaWAN/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Middlewares/LoRaWAN/lorawan_aes.o: D:/ONEDRIVE/STM32WLV13/Middlewares/Third_Party/LoRaWAN/Crypto/lorawan_aes.c Middlewares/LoRaWAN/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Middlewares/LoRaWAN/soft-se.o: D:/ONEDRIVE/STM32WLV13/Middlewares/Third_Party/LoRaWAN/Crypto/soft-se.c Middlewares/LoRaWAN/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Middlewares/LoRaWAN/utilities.o: D:/ONEDRIVE/STM32WLV13/Middlewares/Third_Party/LoRaWAN/Utilities/utilities.c Middlewares/LoRaWAN/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" clean: clean-Middlewares-2f-LoRaWAN diff --git a/STM32CubeIDE/Release/Middlewares/SubGHz_Phy/subdir.mk b/STM32CubeIDE/Release/Middlewares/SubGHz_Phy/subdir.mk index afaa148..36a2e36 100644 --- a/STM32CubeIDE/Release/Middlewares/SubGHz_Phy/subdir.mk +++ b/STM32CubeIDE/Release/Middlewares/SubGHz_Phy/subdir.mk @@ -22,11 +22,11 @@ C_DEPS += \ # Each subdirectory must supply rules for building sources it contributes Middlewares/SubGHz_Phy/radio.o: D:/ONEDRIVE/STM32WLV13/Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver/radio.c Middlewares/SubGHz_Phy/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Middlewares/SubGHz_Phy/radio_driver.o: D:/ONEDRIVE/STM32WLV13/Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver/radio_driver.c Middlewares/SubGHz_Phy/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Middlewares/SubGHz_Phy/radio_fw.o: D:/ONEDRIVE/STM32WLV13/Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver/radio_fw.c Middlewares/SubGHz_Phy/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" clean: clean-Middlewares-2f-SubGHz_Phy diff --git a/STM32CubeIDE/Release/Utilities/subdir.mk b/STM32CubeIDE/Release/Utilities/subdir.mk index 56710e1..81a6d22 100644 --- a/STM32CubeIDE/Release/Utilities/subdir.mk +++ b/STM32CubeIDE/Release/Utilities/subdir.mk @@ -37,21 +37,21 @@ C_DEPS += \ # Each subdirectory must supply rules for building sources it contributes Utilities/stm32_adv_trace.o: D:/ONEDRIVE/STM32WLV13/Utilities/trace/adv_trace/stm32_adv_trace.c Utilities/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Utilities/stm32_lpm.o: D:/ONEDRIVE/STM32WLV13/Utilities/lpm/tiny_lpm/stm32_lpm.c Utilities/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Utilities/stm32_mem.o: D:/ONEDRIVE/STM32WLV13/Utilities/misc/stm32_mem.c Utilities/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Utilities/stm32_seq.o: D:/ONEDRIVE/STM32WLV13/Utilities/sequencer/stm32_seq.c Utilities/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Utilities/stm32_systime.o: D:/ONEDRIVE/STM32WLV13/Utilities/misc/stm32_systime.c Utilities/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Utilities/stm32_timer.o: D:/ONEDRIVE/STM32WLV13/Utilities/timer/stm32_timer.c Utilities/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Utilities/stm32_tiny_sscanf.o: D:/ONEDRIVE/STM32WLV13/Utilities/misc/stm32_tiny_sscanf.c Utilities/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" Utilities/stm32_tiny_vsnprintf.o: D:/ONEDRIVE/STM32WLV13/Utilities/misc/stm32_tiny_vsnprintf.c Utilities/subdir.mk - arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_M1 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" clean: clean-Utilities diff --git a/STM32CubeIDE/Release/WLE5CC_NODE_STS.elf b/STM32CubeIDE/Release/WLE5CC_NODE_STS.elf index 4184ab334aaa3b4bac4a63d4e44f72d27e4ab444..b50f9fd73a566b2cf3ee52eb01acbfc5e23dc5bd 100644 GIT binary patch delta 62543 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 delta 53021 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

-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 diff --git a/STM32CubeIDE/Release/makefile b/STM32CubeIDE/Release/makefile index 7427775..db0fb8f 100644 --- a/STM32CubeIDE/Release/makefile +++ b/STM32CubeIDE/Release/makefile @@ -18,7 +18,7 @@ RM := rm -rf -include Drivers/BSP/Components/subdir.mk -include Drivers/BSP/53L8A1/subdir.mk -include Application/User/Startup/subdir.mk --include Application/User/STS/TOF/vl53l0x/subdir.mk +-include Application/User/STS/TOF/vl53l1x_uld/subdir.mk -include Application/User/STS/TOF/Target/subdir.mk -include Application/User/STS/TOF/App/subdir.mk -include Application/User/STS/Core/Src/subdir.mk diff --git a/STM32CubeIDE/Release/sources.mk b/STM32CubeIDE/Release/sources.mk index f021f94..cfb8dcf 100644 --- a/STM32CubeIDE/Release/sources.mk +++ b/STM32CubeIDE/Release/sources.mk @@ -28,7 +28,7 @@ Application/User/LoRaWAN/Target \ Application/User/STS/Core/Src \ Application/User/STS/TOF/App \ Application/User/STS/TOF/Target \ -Application/User/STS/TOF/vl53l0x \ +Application/User/STS/TOF/vl53l1x_uld \ Application/User/Startup \ Drivers/BSP/53L8A1 \ Drivers/BSP/Components \ diff --git a/STS/Core/Inc/yunhorn_sts_prd_conf.h b/STS/Core/Inc/yunhorn_sts_prd_conf.h index ee128a5..9710f00 100644 --- a/STS/Core/Inc/yunhorn_sts_prd_conf.h +++ b/STS/Core/Inc/yunhorn_sts_prd_conf.h @@ -175,6 +175,8 @@ #define YUNHORN_STS_PRD_STRING "STS_T6" #define sts_mtmcode1 0U #define sts_mtmcode2 14U +#define sts_senddataport (YUNHORN_STS_T6_LORA_APP_DATA_PORT) +#define sts_sendhtbtport (YUNHORN_STS_T6_LORA_APP_HTBT_PORT) #endif diff --git a/STS/Core/Src/yunhorn_sts_process.c b/STS/Core/Src/yunhorn_sts_process.c index 6f003da..df3c69d 100644 --- a/STS/Core/Src/yunhorn_sts_process.c +++ b/STS/Core/Src/yunhorn_sts_process.c @@ -1762,6 +1762,9 @@ void STS_SENSOR_Function_Test_Process(void) tstbuf[i++] = (uint8_t) (sts_sensor_install_height>>8)&0xff; // MSB of sensor height tstbuf[i++] = (uint8_t) (sts_sensor_install_height)&0xff; // LSB of sensor height } +#endif + +#if defined(STS_P2) /* */ /* for STS_P2, set ppc_config -> door_jam_profile and distance threshold accordingly */ /* */ @@ -1780,6 +1783,8 @@ void STS_SENSOR_Function_Test_Process(void) sts_door_jam_profile ++; //DOOR_JAM_4000 } #endif + + #ifdef YUNHORN_STS_O6_ENABLED tstbuf[i++] = (uint8_t)20; //length of following data uint8_t self_test_result[10]={0,0,0,0,0, 0,0,0,0,0}; diff --git a/STS/TOF/App/app_tof_peoplecount.c b/STS/TOF/App/app_tof_peoplecount.c index 208b2f6..4bb529d 100644 --- a/STS/TOF/App/app_tof_peoplecount.c +++ b/STS/TOF/App/app_tof_peoplecount.c @@ -21,6 +21,14 @@ volatile uint8_t sts_tof_presence_state=0, sts_tof_presence_state_changed=0; /* TIMING_BUDGET, in ms possible values [15, 20, 50, 100, 200, 500] */ /* DISTANCE_THRESHOLD = MAX - ASSUME_CHILD_HEIGHT(800mm) */ +/* +typedef struct STS_PPC_CFG_Type { + uint8_t profile_name; uint8_t distance_array_size; uint16_t max_distance; uint16_t min_distance; uint16_t dist_threshold; uint8_t rows_of_SPADS; // minimum ROI 4,4 + uint16_t timing_budget; // TIMING_BUDGET, in ms possible values [15, 20, 33, 50, 100, 200, 500] + uint8_t distance_mode; // 1=short, 2=long, DISTANCE_MODE + uint8_t front_zone_center; uint8_t back_zone_center; +} sts_ppc_cfg_type_t; +*/ volatile sts_ppc_cfg_type_t ppc_cfg[6] = { {DOOR_JAM_2000, 16, 2000,0, 1200,16, tbms_33,DISTANCE_MODE_LONG,199,199}, {DOOR_JAM_2400, 10, 2400,0, 1600,8, tbms_50,DISTANCE_MODE_LONG,175,231}, @@ -35,7 +43,7 @@ volatile sts_zone_center_by_rows_of_spads_t zone_center[4]={ {8, 175, 231}, {16, 191,191}, }; -#if (defined(STS_P2)) +#if (defined(STS_P2)||defined(STS_T6)) extern volatile uint8_t sts_door_jam_profile; volatile uint8_t sts_presence_state=0; static int PresenceState=0, PrevPresenceState=0; @@ -83,6 +91,7 @@ void HAL_GPIO_EXTI_Callback(uint16_t GPIO_Pin) } #endif /* USER CODE END 0 */ +#if (defined(STS_P2)) int ProcessPresenceDetectionData(int16_t Distance, uint8_t zone, uint8_t RangeStatus) { uint16_t MinDistance; @@ -241,6 +250,9 @@ int ProcessPresenceDetectionData(int16_t Distance, uint8_t zone, uint8_t RangeSt return(AnEventHasOccured); #endif } +#endif + +#if (defined(STS_P2)) int ProcessPeopleCountingData(int16_t Distance, uint8_t zone, uint8_t RangeStatus) { uint16_t MinDistance; @@ -397,12 +409,14 @@ int ProcessPeopleCountingData(int16_t Distance, uint8_t zone, uint8_t RangeStatu // output debug data to main host machine return(PeopleCount); } +#endif void STS_tof_presence_detection_sensor_Read(sts_tof_presence_detection_sensor_data_t *sts_t6_sensor_data) { sts_t6_sensor_data->tof_range_presence_state = sts_tof_presence_state; } +#if (defined(STS_P2)) void STS_people_count_sensor_Read(sts_people_count_sensor_data_t *sts_p2_sensor_data) { @@ -530,7 +544,9 @@ void STS_people_count_sensor_Read(sts_people_count_sensor_data_t *sts_p2_sensor_ // write to NVM store TODO XXX } +#endif +#if (defined(STS_P2)) void STS_TOF_VL53LX_PeopleCounting_Process_Init(void) { APP_LOG(TS_OFF, VLEVEL_M,"\n\n# YUNHORN STS-P2 PEOPLE COUNTING PROCESS #\r\n"); @@ -549,7 +565,9 @@ void STS_TOF_VL53LX_PeopleCounting_Process_Start(void) } } +#endif +#if (defined(STS_T6)) void STS_TOF_VL53LX_PresenceDetection_Process_Start(void) { @@ -561,6 +579,9 @@ void STS_TOF_VL53LX_PresenceDetection_Process_Start(void) } } +#endif + +#if (defined(STS_T6)) int sts_tof_vl53lx_presence_detection_start(void) { //uint8_t byteData, sensorState=0; @@ -632,13 +653,16 @@ int sts_tof_vl53lx_presence_detection_start(void) PrevPresenceState = PresenceState; sts_tof_presence_state_changed = 1; } - //APP_LOG(TS_OFF, VLEVEL_M,"%d,%d,%d\n", Zone, Distance, Signal); + APP_LOG(TS_OFF, VLEVEL_M,"%d,%d,%d\n", Zone, Distance, Signal); Zone++; Zone = Zone%2; return 0; } +#endif + +#if (defined(STS_P2)) int sts_tof_vl53lx_peoplecount_init(void) { //int8_t error; @@ -707,6 +731,9 @@ int sts_tof_vl53lx_peoplecount_init(void) } return 0; } +#endif + +#if (defined(STS_P2)) int sts_tof_vl53lx_peoplecount_start(void) { //uint8_t byteData, sensorState=0; @@ -766,3 +793,4 @@ int sts_tof_vl53lx_peoplecount_start(void) return 0; } +#endif -- 2.40.1 From 5da6ca4a8abf5016b8afe77dcb6cf325d0da8863 Mon Sep 17 00:00:00 2001 From: YunHorn Technology Date: Fri, 1 Nov 2024 09:41:35 +0800 Subject: [PATCH 2/3] add sub dir --- .../User/STS/TOF/vl53l1x_uld/subdir.mk | 42 +++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 STM32CubeIDE/Release/Application/User/STS/TOF/vl53l1x_uld/subdir.mk diff --git a/STM32CubeIDE/Release/Application/User/STS/TOF/vl53l1x_uld/subdir.mk b/STM32CubeIDE/Release/Application/User/STS/TOF/vl53l1x_uld/subdir.mk new file mode 100644 index 0000000..de63431 --- /dev/null +++ b/STM32CubeIDE/Release/Application/User/STS/TOF/vl53l1x_uld/subdir.mk @@ -0,0 +1,42 @@ +################################################################################ +# Automatically-generated file. Do not edit! +# Toolchain: GNU Tools for STM32 (12.3.rel1) +################################################################################ + +# Add inputs and outputs from these tool invocations to the build variables +C_SRCS += \ +D:/ONEDRIVE/STM32WLV13/Projects/NUCLEO-WL55JC/Applications/LoRaWAN/WLE5CC_NODE_STS/STS/TOF/vl53l1x_uld/VL53L1X_api.c \ +D:/ONEDRIVE/STM32WLV13/Projects/NUCLEO-WL55JC/Applications/LoRaWAN/WLE5CC_NODE_STS/STS/TOF/vl53l1x_uld/VL53L1X_calibration.c \ +D:/ONEDRIVE/STM32WLV13/Projects/NUCLEO-WL55JC/Applications/LoRaWAN/WLE5CC_NODE_STS/STS/TOF/vl53l1x_uld/X-NUCLEO-53L1A1.c \ +D:/ONEDRIVE/STM32WLV13/Projects/NUCLEO-WL55JC/Applications/LoRaWAN/WLE5CC_NODE_STS/STS/TOF/vl53l1x_uld/vl53l1_platform.c + +OBJS += \ +./Application/User/STS/TOF/vl53l1x_uld/VL53L1X_api.o \ +./Application/User/STS/TOF/vl53l1x_uld/VL53L1X_calibration.o \ +./Application/User/STS/TOF/vl53l1x_uld/X-NUCLEO-53L1A1.o \ +./Application/User/STS/TOF/vl53l1x_uld/vl53l1_platform.o + +C_DEPS += \ +./Application/User/STS/TOF/vl53l1x_uld/VL53L1X_api.d \ +./Application/User/STS/TOF/vl53l1x_uld/VL53L1X_calibration.d \ +./Application/User/STS/TOF/vl53l1x_uld/X-NUCLEO-53L1A1.d \ +./Application/User/STS/TOF/vl53l1x_uld/vl53l1_platform.d + + +# Each subdirectory must supply rules for building sources it contributes +Application/User/STS/TOF/vl53l1x_uld/VL53L1X_api.o: D:/ONEDRIVE/STM32WLV13/Projects/NUCLEO-WL55JC/Applications/LoRaWAN/WLE5CC_NODE_STS/STS/TOF/vl53l1x_uld/VL53L1X_api.c Application/User/STS/TOF/vl53l1x_uld/subdir.mk + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" +Application/User/STS/TOF/vl53l1x_uld/VL53L1X_calibration.o: D:/ONEDRIVE/STM32WLV13/Projects/NUCLEO-WL55JC/Applications/LoRaWAN/WLE5CC_NODE_STS/STS/TOF/vl53l1x_uld/VL53L1X_calibration.c Application/User/STS/TOF/vl53l1x_uld/subdir.mk + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" +Application/User/STS/TOF/vl53l1x_uld/X-NUCLEO-53L1A1.o: D:/ONEDRIVE/STM32WLV13/Projects/NUCLEO-WL55JC/Applications/LoRaWAN/WLE5CC_NODE_STS/STS/TOF/vl53l1x_uld/X-NUCLEO-53L1A1.c Application/User/STS/TOF/vl53l1x_uld/subdir.mk + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" +Application/User/STS/TOF/vl53l1x_uld/vl53l1_platform.o: D:/ONEDRIVE/STM32WLV13/Projects/NUCLEO-WL55JC/Applications/LoRaWAN/WLE5CC_NODE_STS/STS/TOF/vl53l1x_uld/vl53l1_platform.c Application/User/STS/TOF/vl53l1x_uld/subdir.mk + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DSTS_T6 -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WLE5xx -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/TOF/App -I../../STS/TOF/Target -I../../STS/TOF/vl53l1x_uld -I../../STS/TOF/vl53l0x -I../../LoRaWAN/App -I../../LoRaWAN/Target -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../../../../../../../Utilities/trace/adv_trace -I../../../../../../../Utilities/misc -I../../../../../../../Utilities/sequencer -I../../../../../../../Utilities/timer -I../../../../../../../Utilities/lpm/tiny_lpm -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler/Packages -I../../../../../../../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Crypto -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac/Region -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Mac -I../../../../../../../Middlewares/Third_Party/LoRaWAN/LmHandler -I../../../../../../../Middlewares/Third_Party/LoRaWAN/Utilities -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy -I../../../../../../../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../../../../../../../Middlewares/ST/STM32_Cryptographic/include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -I../../../../../../../Drivers/BSP/Components/vl53l8cx/porting -I../../../../../../../Drivers/BSP/Components/Common -I../../../../../../../Drivers/BSP/53L8A1 -I../../../../../../../Drivers/BSP/Components/vl53l8cx/modules -I../../../../../../../Drivers/BSP/Components/vl53l8cx -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" + +clean: clean-Application-2f-User-2f-STS-2f-TOF-2f-vl53l1x_uld + +clean-Application-2f-User-2f-STS-2f-TOF-2f-vl53l1x_uld: + -$(RM) ./Application/User/STS/TOF/vl53l1x_uld/VL53L1X_api.cyclo ./Application/User/STS/TOF/vl53l1x_uld/VL53L1X_api.d ./Application/User/STS/TOF/vl53l1x_uld/VL53L1X_api.o ./Application/User/STS/TOF/vl53l1x_uld/VL53L1X_api.su ./Application/User/STS/TOF/vl53l1x_uld/VL53L1X_calibration.cyclo ./Application/User/STS/TOF/vl53l1x_uld/VL53L1X_calibration.d ./Application/User/STS/TOF/vl53l1x_uld/VL53L1X_calibration.o ./Application/User/STS/TOF/vl53l1x_uld/VL53L1X_calibration.su ./Application/User/STS/TOF/vl53l1x_uld/X-NUCLEO-53L1A1.cyclo ./Application/User/STS/TOF/vl53l1x_uld/X-NUCLEO-53L1A1.d ./Application/User/STS/TOF/vl53l1x_uld/X-NUCLEO-53L1A1.o ./Application/User/STS/TOF/vl53l1x_uld/X-NUCLEO-53L1A1.su ./Application/User/STS/TOF/vl53l1x_uld/vl53l1_platform.cyclo ./Application/User/STS/TOF/vl53l1x_uld/vl53l1_platform.d ./Application/User/STS/TOF/vl53l1x_uld/vl53l1_platform.o ./Application/User/STS/TOF/vl53l1x_uld/vl53l1_platform.su + +.PHONY: clean-Application-2f-User-2f-STS-2f-TOF-2f-vl53l1x_uld + -- 2.40.1 From 934ac47a9ed1fde192747088e14639263ad572d0 Mon Sep 17 00:00:00 2001 From: YunHorn Technology Date: Mon, 4 Nov 2024 12:35:26 +0800 Subject: [PATCH 3/3] add workable elf --- .../Release/WLE5CC_NODE_STS_T6_20241104.elf | Bin 0 -> 159304 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 STM32CubeIDE/Release/WLE5CC_NODE_STS_T6_20241104.elf diff --git a/STM32CubeIDE/Release/WLE5CC_NODE_STS_T6_20241104.elf b/STM32CubeIDE/Release/WLE5CC_NODE_STS_T6_20241104.elf new file mode 100644 index 0000000000000000000000000000000000000000..5fe6104644891601d2e36fa19d063efec1584bb5 GIT binary patch literal 159304 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 literal 0 HcmV?d00001 -- 2.40.1