123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- ################################################################################
- # Automatically-generated file. Do not edit!
- ################################################################################
- # Add inputs and outputs from these tool invocations to the build variables
- C_SRCS += \
- ../Bluecell_Src/NessLab.c \
- ../Bluecell_Src/adc.c \
- ../Bluecell_Src/crc.c \
- ../Bluecell_Src/flash.c \
- ../Bluecell_Src/led.c \
- ../Bluecell_Src/uart.c
- OBJS += \
- ./Bluecell_Src/NessLab.o \
- ./Bluecell_Src/adc.o \
- ./Bluecell_Src/crc.o \
- ./Bluecell_Src/flash.o \
- ./Bluecell_Src/led.o \
- ./Bluecell_Src/uart.o
- C_DEPS += \
- ./Bluecell_Src/NessLab.d \
- ./Bluecell_Src/adc.d \
- ./Bluecell_Src/crc.d \
- ./Bluecell_Src/flash.d \
- ./Bluecell_Src/led.d \
- ./Bluecell_Src/uart.d
- # Each subdirectory must supply rules for building sources it contributes
- Bluecell_Src/NessLab.o: ../Bluecell_Src/NessLab.c
- arm-none-eabi-gcc "$<" -mcpu=cortex-m3 -std=gnu11 -g3 -DUSE_HAL_DRIVER -DSTM32F100xB -DDEBUG -c -I../Inc -I../Drivers/CMSIS/Device/ST/STM32F1xx/Include -I../Drivers/CMSIS/Include -I../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I../Drivers/STM32F1xx_HAL_Driver/Inc -I"D:/CubeIDE_Workspace/Nesslab_200M_System/Bluecell_Inc" -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Bluecell_Src/NessLab.d" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@"
- Bluecell_Src/adc.o: ../Bluecell_Src/adc.c
- arm-none-eabi-gcc "$<" -mcpu=cortex-m3 -std=gnu11 -g3 -DUSE_HAL_DRIVER -DSTM32F100xB -DDEBUG -c -I../Inc -I../Drivers/CMSIS/Device/ST/STM32F1xx/Include -I../Drivers/CMSIS/Include -I../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I../Drivers/STM32F1xx_HAL_Driver/Inc -I"D:/CubeIDE_Workspace/Nesslab_200M_System/Bluecell_Inc" -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Bluecell_Src/adc.d" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@"
- Bluecell_Src/crc.o: ../Bluecell_Src/crc.c
- arm-none-eabi-gcc "$<" -mcpu=cortex-m3 -std=gnu11 -g3 -DUSE_HAL_DRIVER -DSTM32F100xB -DDEBUG -c -I../Inc -I../Drivers/CMSIS/Device/ST/STM32F1xx/Include -I../Drivers/CMSIS/Include -I../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I../Drivers/STM32F1xx_HAL_Driver/Inc -I"D:/CubeIDE_Workspace/Nesslab_200M_System/Bluecell_Inc" -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Bluecell_Src/crc.d" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@"
- Bluecell_Src/flash.o: ../Bluecell_Src/flash.c
- arm-none-eabi-gcc "$<" -mcpu=cortex-m3 -std=gnu11 -g3 -DUSE_HAL_DRIVER -DSTM32F100xB -DDEBUG -c -I../Inc -I../Drivers/CMSIS/Device/ST/STM32F1xx/Include -I../Drivers/CMSIS/Include -I../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I../Drivers/STM32F1xx_HAL_Driver/Inc -I"D:/CubeIDE_Workspace/Nesslab_200M_System/Bluecell_Inc" -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Bluecell_Src/flash.d" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@"
- Bluecell_Src/led.o: ../Bluecell_Src/led.c
- arm-none-eabi-gcc "$<" -mcpu=cortex-m3 -std=gnu11 -g3 -DUSE_HAL_DRIVER -DSTM32F100xB -DDEBUG -c -I../Inc -I../Drivers/CMSIS/Device/ST/STM32F1xx/Include -I../Drivers/CMSIS/Include -I../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I../Drivers/STM32F1xx_HAL_Driver/Inc -I"D:/CubeIDE_Workspace/Nesslab_200M_System/Bluecell_Inc" -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Bluecell_Src/led.d" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@"
- Bluecell_Src/uart.o: ../Bluecell_Src/uart.c
- arm-none-eabi-gcc "$<" -mcpu=cortex-m3 -std=gnu11 -g3 -DUSE_HAL_DRIVER -DSTM32F100xB -DDEBUG -c -I../Inc -I../Drivers/CMSIS/Device/ST/STM32F1xx/Include -I../Drivers/CMSIS/Include -I../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I../Drivers/STM32F1xx_HAL_Driver/Inc -I"D:/CubeIDE_Workspace/Nesslab_200M_System/Bluecell_Inc" -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Bluecell_Src/uart.d" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@"
|