Sync work
This commit is contained in:
parent
66c5a26d69
commit
55cde8b3cb
289 changed files with 151846 additions and 16 deletions
2
STM32Board/Debug/Core/Startup/startup_stm32f103c8tx.d
Normal file
2
STM32Board/Debug/Core/Startup/startup_stm32f103c8tx.d
Normal file
|
@ -0,0 +1,2 @@
|
|||
Core/Startup/startup_stm32f103c8tx.o: \
|
||||
../Core/Startup/startup_stm32f103c8tx.s
|
BIN
STM32Board/Debug/Core/Startup/startup_stm32f103c8tx.o
Normal file
BIN
STM32Board/Debug/Core/Startup/startup_stm32f103c8tx.o
Normal file
Binary file not shown.
19
STM32Board/Debug/Core/Startup/subdir.mk
Normal file
19
STM32Board/Debug/Core/Startup/subdir.mk
Normal file
|
@ -0,0 +1,19 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
S_SRCS += \
|
||||
../Core/Startup/startup_stm32f103c8tx.s
|
||||
|
||||
OBJS += \
|
||||
./Core/Startup/startup_stm32f103c8tx.o
|
||||
|
||||
S_DEPS += \
|
||||
./Core/Startup/startup_stm32f103c8tx.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
Core/Startup/startup_stm32f103c8tx.o: ../Core/Startup/startup_stm32f103c8tx.s
|
||||
arm-none-eabi-gcc -mcpu=cortex-m3 -g3 -c -x assembler-with-cpp -MMD -MP -MF"Core/Startup/startup_stm32f103c8tx.d" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" "$<"
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue