83 lines
27 KiB
Makefile
83 lines
27 KiB
Makefile
################################################################################
|
|
# 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/LoRaWAN_End_Node_55JC_AS923/STS/Examples/Example_10_motion_indicator.c \
|
|
D:/ONEDRIVE/STM32WLV13/Projects/NUCLEO-WL55JC/Applications/LoRaWAN/LoRaWAN_End_Node_55JC_AS923/STS/Examples/Example_11_motion_indicator_with_detection_thresholds.c \
|
|
D:/ONEDRIVE/STM32WLV13/Projects/NUCLEO-WL55JC/Applications/LoRaWAN/LoRaWAN_End_Node_55JC_AS923/STS/Examples/Example_12_cnh_data.c \
|
|
D:/ONEDRIVE/STM32WLV13/Projects/NUCLEO-WL55JC/Applications/LoRaWAN/LoRaWAN_End_Node_55JC_AS923/STS/Examples/Example_1_ranging_basic.c \
|
|
D:/ONEDRIVE/STM32WLV13/Projects/NUCLEO-WL55JC/Applications/LoRaWAN/LoRaWAN_End_Node_55JC_AS923/STS/Examples/Example_2_get_set_params.c \
|
|
D:/ONEDRIVE/STM32WLV13/Projects/NUCLEO-WL55JC/Applications/LoRaWAN/LoRaWAN_End_Node_55JC_AS923/STS/Examples/Example_3_ranging_modes.c \
|
|
D:/ONEDRIVE/STM32WLV13/Projects/NUCLEO-WL55JC/Applications/LoRaWAN/LoRaWAN_End_Node_55JC_AS923/STS/Examples/Example_4_power_modes.c \
|
|
D:/ONEDRIVE/STM32WLV13/Projects/NUCLEO-WL55JC/Applications/LoRaWAN/LoRaWAN_End_Node_55JC_AS923/STS/Examples/Example_5_multiple_targets_per_zone.c \
|
|
D:/ONEDRIVE/STM32WLV13/Projects/NUCLEO-WL55JC/Applications/LoRaWAN/LoRaWAN_End_Node_55JC_AS923/STS/Examples/Example_6_I2C_and_RAM_optimization.c \
|
|
D:/ONEDRIVE/STM32WLV13/Projects/NUCLEO-WL55JC/Applications/LoRaWAN/LoRaWAN_End_Node_55JC_AS923/STS/Examples/Example_7_calibrate_xtalk.c \
|
|
D:/ONEDRIVE/STM32WLV13/Projects/NUCLEO-WL55JC/Applications/LoRaWAN/LoRaWAN_End_Node_55JC_AS923/STS/Examples/Example_8_vizualize_xtalk_data.c \
|
|
D:/ONEDRIVE/STM32WLV13/Projects/NUCLEO-WL55JC/Applications/LoRaWAN/LoRaWAN_End_Node_55JC_AS923/STS/Examples/Example_9_detection_thresholds.c
|
|
|
|
OBJS += \
|
|
./Application/User/TOF/Examples/Example_10_motion_indicator.o \
|
|
./Application/User/TOF/Examples/Example_11_motion_indicator_with_detection_thresholds.o \
|
|
./Application/User/TOF/Examples/Example_12_cnh_data.o \
|
|
./Application/User/TOF/Examples/Example_1_ranging_basic.o \
|
|
./Application/User/TOF/Examples/Example_2_get_set_params.o \
|
|
./Application/User/TOF/Examples/Example_3_ranging_modes.o \
|
|
./Application/User/TOF/Examples/Example_4_power_modes.o \
|
|
./Application/User/TOF/Examples/Example_5_multiple_targets_per_zone.o \
|
|
./Application/User/TOF/Examples/Example_6_I2C_and_RAM_optimization.o \
|
|
./Application/User/TOF/Examples/Example_7_calibrate_xtalk.o \
|
|
./Application/User/TOF/Examples/Example_8_vizualize_xtalk_data.o \
|
|
./Application/User/TOF/Examples/Example_9_detection_thresholds.o
|
|
|
|
C_DEPS += \
|
|
./Application/User/TOF/Examples/Example_10_motion_indicator.d \
|
|
./Application/User/TOF/Examples/Example_11_motion_indicator_with_detection_thresholds.d \
|
|
./Application/User/TOF/Examples/Example_12_cnh_data.d \
|
|
./Application/User/TOF/Examples/Example_1_ranging_basic.d \
|
|
./Application/User/TOF/Examples/Example_2_get_set_params.d \
|
|
./Application/User/TOF/Examples/Example_3_ranging_modes.d \
|
|
./Application/User/TOF/Examples/Example_4_power_modes.d \
|
|
./Application/User/TOF/Examples/Example_5_multiple_targets_per_zone.d \
|
|
./Application/User/TOF/Examples/Example_6_I2C_and_RAM_optimization.d \
|
|
./Application/User/TOF/Examples/Example_7_calibrate_xtalk.d \
|
|
./Application/User/TOF/Examples/Example_8_vizualize_xtalk_data.d \
|
|
./Application/User/TOF/Examples/Example_9_detection_thresholds.d
|
|
|
|
|
|
# Each subdirectory must supply rules for building sources it contributes
|
|
Application/User/TOF/Examples/Example_10_motion_indicator.o: D:/ONEDRIVE/STM32WLV13/Projects/NUCLEO-WL55JC/Applications/LoRaWAN/LoRaWAN_End_Node_55JC_AS923/STS/Examples/Example_10_motion_indicator.c Application/User/TOF/Examples/subdir.mk
|
|
arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DYUNHORN_STS_RANDOM -DSTM32WLE5xx -DCORE_CM4 -DUSE_HAL_DRIVER -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/Platform -I../../STS/VL53LMZ_ULD_API/inc -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../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -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/TOF/Examples/Example_11_motion_indicator_with_detection_thresholds.o: D:/ONEDRIVE/STM32WLV13/Projects/NUCLEO-WL55JC/Applications/LoRaWAN/LoRaWAN_End_Node_55JC_AS923/STS/Examples/Example_11_motion_indicator_with_detection_thresholds.c Application/User/TOF/Examples/subdir.mk
|
|
arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DYUNHORN_STS_RANDOM -DSTM32WLE5xx -DCORE_CM4 -DUSE_HAL_DRIVER -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/Platform -I../../STS/VL53LMZ_ULD_API/inc -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../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -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/TOF/Examples/Example_12_cnh_data.o: D:/ONEDRIVE/STM32WLV13/Projects/NUCLEO-WL55JC/Applications/LoRaWAN/LoRaWAN_End_Node_55JC_AS923/STS/Examples/Example_12_cnh_data.c Application/User/TOF/Examples/subdir.mk
|
|
arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DYUNHORN_STS_RANDOM -DSTM32WLE5xx -DCORE_CM4 -DUSE_HAL_DRIVER -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/Platform -I../../STS/VL53LMZ_ULD_API/inc -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../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -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/TOF/Examples/Example_1_ranging_basic.o: D:/ONEDRIVE/STM32WLV13/Projects/NUCLEO-WL55JC/Applications/LoRaWAN/LoRaWAN_End_Node_55JC_AS923/STS/Examples/Example_1_ranging_basic.c Application/User/TOF/Examples/subdir.mk
|
|
arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DYUNHORN_STS_RANDOM -DSTM32WLE5xx -DCORE_CM4 -DUSE_HAL_DRIVER -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/Platform -I../../STS/VL53LMZ_ULD_API/inc -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../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -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/TOF/Examples/Example_2_get_set_params.o: D:/ONEDRIVE/STM32WLV13/Projects/NUCLEO-WL55JC/Applications/LoRaWAN/LoRaWAN_End_Node_55JC_AS923/STS/Examples/Example_2_get_set_params.c Application/User/TOF/Examples/subdir.mk
|
|
arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DYUNHORN_STS_RANDOM -DSTM32WLE5xx -DCORE_CM4 -DUSE_HAL_DRIVER -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/Platform -I../../STS/VL53LMZ_ULD_API/inc -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../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -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/TOF/Examples/Example_3_ranging_modes.o: D:/ONEDRIVE/STM32WLV13/Projects/NUCLEO-WL55JC/Applications/LoRaWAN/LoRaWAN_End_Node_55JC_AS923/STS/Examples/Example_3_ranging_modes.c Application/User/TOF/Examples/subdir.mk
|
|
arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DYUNHORN_STS_RANDOM -DSTM32WLE5xx -DCORE_CM4 -DUSE_HAL_DRIVER -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/Platform -I../../STS/VL53LMZ_ULD_API/inc -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../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -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/TOF/Examples/Example_4_power_modes.o: D:/ONEDRIVE/STM32WLV13/Projects/NUCLEO-WL55JC/Applications/LoRaWAN/LoRaWAN_End_Node_55JC_AS923/STS/Examples/Example_4_power_modes.c Application/User/TOF/Examples/subdir.mk
|
|
arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DYUNHORN_STS_RANDOM -DSTM32WLE5xx -DCORE_CM4 -DUSE_HAL_DRIVER -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/Platform -I../../STS/VL53LMZ_ULD_API/inc -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../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -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/TOF/Examples/Example_5_multiple_targets_per_zone.o: D:/ONEDRIVE/STM32WLV13/Projects/NUCLEO-WL55JC/Applications/LoRaWAN/LoRaWAN_End_Node_55JC_AS923/STS/Examples/Example_5_multiple_targets_per_zone.c Application/User/TOF/Examples/subdir.mk
|
|
arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DYUNHORN_STS_RANDOM -DSTM32WLE5xx -DCORE_CM4 -DUSE_HAL_DRIVER -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/Platform -I../../STS/VL53LMZ_ULD_API/inc -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../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -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/TOF/Examples/Example_6_I2C_and_RAM_optimization.o: D:/ONEDRIVE/STM32WLV13/Projects/NUCLEO-WL55JC/Applications/LoRaWAN/LoRaWAN_End_Node_55JC_AS923/STS/Examples/Example_6_I2C_and_RAM_optimization.c Application/User/TOF/Examples/subdir.mk
|
|
arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DYUNHORN_STS_RANDOM -DSTM32WLE5xx -DCORE_CM4 -DUSE_HAL_DRIVER -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/Platform -I../../STS/VL53LMZ_ULD_API/inc -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../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -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/TOF/Examples/Example_7_calibrate_xtalk.o: D:/ONEDRIVE/STM32WLV13/Projects/NUCLEO-WL55JC/Applications/LoRaWAN/LoRaWAN_End_Node_55JC_AS923/STS/Examples/Example_7_calibrate_xtalk.c Application/User/TOF/Examples/subdir.mk
|
|
arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DYUNHORN_STS_RANDOM -DSTM32WLE5xx -DCORE_CM4 -DUSE_HAL_DRIVER -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/Platform -I../../STS/VL53LMZ_ULD_API/inc -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../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -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/TOF/Examples/Example_8_vizualize_xtalk_data.o: D:/ONEDRIVE/STM32WLV13/Projects/NUCLEO-WL55JC/Applications/LoRaWAN/LoRaWAN_End_Node_55JC_AS923/STS/Examples/Example_8_vizualize_xtalk_data.c Application/User/TOF/Examples/subdir.mk
|
|
arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DYUNHORN_STS_RANDOM -DSTM32WLE5xx -DCORE_CM4 -DUSE_HAL_DRIVER -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/Platform -I../../STS/VL53LMZ_ULD_API/inc -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../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -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/TOF/Examples/Example_9_detection_thresholds.o: D:/ONEDRIVE/STM32WLV13/Projects/NUCLEO-WL55JC/Applications/LoRaWAN/LoRaWAN_End_Node_55JC_AS923/STS/Examples/Example_9_detection_thresholds.c Application/User/TOF/Examples/subdir.mk
|
|
arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DYUNHORN_STS_RANDOM -DSTM32WLE5xx -DCORE_CM4 -DUSE_HAL_DRIVER -c -I../../Core/Inc -I../../STS/Core/Inc -I../../STS/Platform -I../../STS/VL53LMZ_ULD_API/inc -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../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/STM32WLxx_Nucleo -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-TOF-2f-Examples
|
|
|
|
clean-Application-2f-User-2f-TOF-2f-Examples:
|
|
-$(RM) ./Application/User/TOF/Examples/Example_10_motion_indicator.cyclo ./Application/User/TOF/Examples/Example_10_motion_indicator.d ./Application/User/TOF/Examples/Example_10_motion_indicator.o ./Application/User/TOF/Examples/Example_10_motion_indicator.su ./Application/User/TOF/Examples/Example_11_motion_indicator_with_detection_thresholds.cyclo ./Application/User/TOF/Examples/Example_11_motion_indicator_with_detection_thresholds.d ./Application/User/TOF/Examples/Example_11_motion_indicator_with_detection_thresholds.o ./Application/User/TOF/Examples/Example_11_motion_indicator_with_detection_thresholds.su ./Application/User/TOF/Examples/Example_12_cnh_data.cyclo ./Application/User/TOF/Examples/Example_12_cnh_data.d ./Application/User/TOF/Examples/Example_12_cnh_data.o ./Application/User/TOF/Examples/Example_12_cnh_data.su ./Application/User/TOF/Examples/Example_1_ranging_basic.cyclo ./Application/User/TOF/Examples/Example_1_ranging_basic.d ./Application/User/TOF/Examples/Example_1_ranging_basic.o ./Application/User/TOF/Examples/Example_1_ranging_basic.su ./Application/User/TOF/Examples/Example_2_get_set_params.cyclo ./Application/User/TOF/Examples/Example_2_get_set_params.d ./Application/User/TOF/Examples/Example_2_get_set_params.o ./Application/User/TOF/Examples/Example_2_get_set_params.su ./Application/User/TOF/Examples/Example_3_ranging_modes.cyclo ./Application/User/TOF/Examples/Example_3_ranging_modes.d ./Application/User/TOF/Examples/Example_3_ranging_modes.o ./Application/User/TOF/Examples/Example_3_ranging_modes.su ./Application/User/TOF/Examples/Example_4_power_modes.cyclo ./Application/User/TOF/Examples/Example_4_power_modes.d ./Application/User/TOF/Examples/Example_4_power_modes.o ./Application/User/TOF/Examples/Example_4_power_modes.su ./Application/User/TOF/Examples/Example_5_multiple_targets_per_zone.cyclo ./Application/User/TOF/Examples/Example_5_multiple_targets_per_zone.d ./Application/User/TOF/Examples/Example_5_multiple_targets_per_zone.o ./Application/User/TOF/Examples/Example_5_multiple_targets_per_zone.su ./Application/User/TOF/Examples/Example_6_I2C_and_RAM_optimization.cyclo ./Application/User/TOF/Examples/Example_6_I2C_and_RAM_optimization.d ./Application/User/TOF/Examples/Example_6_I2C_and_RAM_optimization.o ./Application/User/TOF/Examples/Example_6_I2C_and_RAM_optimization.su ./Application/User/TOF/Examples/Example_7_calibrate_xtalk.cyclo ./Application/User/TOF/Examples/Example_7_calibrate_xtalk.d ./Application/User/TOF/Examples/Example_7_calibrate_xtalk.o ./Application/User/TOF/Examples/Example_7_calibrate_xtalk.su ./Application/User/TOF/Examples/Example_8_vizualize_xtalk_data.cyclo ./Application/User/TOF/Examples/Example_8_vizualize_xtalk_data.d ./Application/User/TOF/Examples/Example_8_vizualize_xtalk_data.o ./Application/User/TOF/Examples/Example_8_vizualize_xtalk_data.su ./Application/User/TOF/Examples/Example_9_detection_thresholds.cyclo ./Application/User/TOF/Examples/Example_9_detection_thresholds.d ./Application/User/TOF/Examples/Example_9_detection_thresholds.o ./Application/User/TOF/Examples/Example_9_detection_thresholds.su
|
|
|
|
.PHONY: clean-Application-2f-User-2f-TOF-2f-Examples
|
|
|