103ze下的开发环境

主要为内核开发

Signed-off-by: 无闻风 <53944749+wuwenfengmi1998@users.noreply.github.com>
This commit is contained in:
无闻风
2021-03-11 18:37:42 +08:00
parent d87427b18f
commit ff4edffc46
140 changed files with 82959 additions and 0 deletions
@@ -0,0 +1,2 @@
Core/Startup/startup_stm32f103zetx.o: \
../Core/Startup/startup_stm32f103zetx.s
Binary file not shown.
+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_stm32f103zetx.s
OBJS += \
./Core/Startup/startup_stm32f103zetx.o
S_DEPS += \
./Core/Startup/startup_stm32f103zetx.d
# Each subdirectory must supply rules for building sources it contributes
Core/Startup/startup_stm32f103zetx.o: ../Core/Startup/startup_stm32f103zetx.s Core/Startup/subdir.mk
arm-none-eabi-gcc -mcpu=cortex-m3 -g3 -c -x assembler-with-cpp -MMD -MP -MF"Core/Startup/startup_stm32f103zetx.d" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" "$<"