You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
2.1 KiB
30 lines
2.1 KiB
################################################################################
|
|
# 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
|
|
CPP_SRCS += \
|
|
../User/BSP/uart_control/modbus_rtu_protocol_factory.cpp \
|
|
../User/BSP/uart_control/uart_control.cpp
|
|
|
|
OBJS += \
|
|
./User/BSP/uart_control/modbus_rtu_protocol_factory.o \
|
|
./User/BSP/uart_control/uart_control.o
|
|
|
|
CPP_DEPS += \
|
|
./User/BSP/uart_control/modbus_rtu_protocol_factory.d \
|
|
./User/BSP/uart_control/uart_control.d
|
|
|
|
|
|
# Each subdirectory must supply rules for building sources it contributes
|
|
User/BSP/uart_control/%.o User/BSP/uart_control/%.su User/BSP/uart_control/%.cyclo: ../User/BSP/uart_control/%.cpp User/BSP/uart_control/subdir.mk
|
|
arm-none-eabi-g++ "$<" -mcpu=cortex-m4 -std=gnu++14 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F429xx -DSTM32_THREAD_SAFE_STRATEGY=4 -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Middlewares/Third_Party/FreeRTOS/Source/include -I../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -I../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I../Core/ThreadSafe -I../User/components -I../User/BSP -I../User/app -O0 -ffunction-sections -fdata-sections -fno-exceptions -fno-rtti -fno-use-cxa-atexit -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
|
|
|
|
clean: clean-User-2f-BSP-2f-uart_control
|
|
|
|
clean-User-2f-BSP-2f-uart_control:
|
|
-$(RM) ./User/BSP/uart_control/modbus_rtu_protocol_factory.cyclo ./User/BSP/uart_control/modbus_rtu_protocol_factory.d ./User/BSP/uart_control/modbus_rtu_protocol_factory.o ./User/BSP/uart_control/modbus_rtu_protocol_factory.su ./User/BSP/uart_control/uart_control.cyclo ./User/BSP/uart_control/uart_control.d ./User/BSP/uart_control/uart_control.o ./User/BSP/uart_control/uart_control.su
|
|
|
|
.PHONY: clean-User-2f-BSP-2f-uart_control
|
|
|