基质喷涂
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.

39 lines
3.1 KiB

  1. ################################################################################
  2. # Automatically-generated file. Do not edit!
  3. # Toolchain: GNU Tools for STM32 (12.3.rel1)
  4. ################################################################################
  5. # Add inputs and outputs from these tool invocations to the build variables
  6. CPP_SRCS += \
  7. ../User/BSP/uart_cmd/uart_cmd.cpp
  8. C_SRCS += \
  9. ../User/BSP/uart_cmd/cmd_receive_service.c \
  10. ../User/BSP/uart_cmd/stm32_exhal_uart.c
  11. C_DEPS += \
  12. ./User/BSP/uart_cmd/cmd_receive_service.d \
  13. ./User/BSP/uart_cmd/stm32_exhal_uart.d
  14. OBJS += \
  15. ./User/BSP/uart_cmd/cmd_receive_service.o \
  16. ./User/BSP/uart_cmd/stm32_exhal_uart.o \
  17. ./User/BSP/uart_cmd/uart_cmd.o
  18. CPP_DEPS += \
  19. ./User/BSP/uart_cmd/uart_cmd.d
  20. # Each subdirectory must supply rules for building sources it contributes
  21. User/BSP/uart_cmd/%.o User/BSP/uart_cmd/%.su User/BSP/uart_cmd/%.cyclo: ../User/BSP/uart_cmd/%.c User/BSP/uart_cmd/subdir.mk
  22. arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -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 -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
  23. User/BSP/uart_cmd/%.o User/BSP/uart_cmd/%.su User/BSP/uart_cmd/%.cyclo: ../User/BSP/uart_cmd/%.cpp User/BSP/uart_cmd/subdir.mk
  24. 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 "$@"
  25. clean: clean-User-2f-BSP-2f-uart_cmd
  26. clean-User-2f-BSP-2f-uart_cmd:
  27. -$(RM) ./User/BSP/uart_cmd/cmd_receive_service.cyclo ./User/BSP/uart_cmd/cmd_receive_service.d ./User/BSP/uart_cmd/cmd_receive_service.o ./User/BSP/uart_cmd/cmd_receive_service.su ./User/BSP/uart_cmd/stm32_exhal_uart.cyclo ./User/BSP/uart_cmd/stm32_exhal_uart.d ./User/BSP/uart_cmd/stm32_exhal_uart.o ./User/BSP/uart_cmd/stm32_exhal_uart.su ./User/BSP/uart_cmd/uart_cmd.cyclo ./User/BSP/uart_cmd/uart_cmd.d ./User/BSP/uart_cmd/uart_cmd.o ./User/BSP/uart_cmd/uart_cmd.su
  28. .PHONY: clean-User-2f-BSP-2f-uart_cmd