new project

This commit is contained in:
吴文峰
2021-09-17 22:17:22 +08:00
parent 010c6a675c
commit c59faff4bc
130 changed files with 85742 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
################################################################################
# Automatically-generated file. Do not edit!
# Toolchain: GNU Tools for STM32 (9-2020-q2-update)
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
S_SRCS += \
../Core/Startup/startup_stm32f030f4px.s
OBJS += \
./Core/Startup/startup_stm32f030f4px.o
S_DEPS += \
./Core/Startup/startup_stm32f030f4px.d
# Each subdirectory must supply rules for building sources it contributes
Core/Startup/%.o: ../Core/Startup/%.s Core/Startup/subdir.mk
arm-none-eabi-gcc -mcpu=cortex-m0 -g3 -DDEBUG -c -x assembler-with-cpp -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" "$<"