Initial commit
This commit is contained in:
commit
66c5a26d69
1145 changed files with 938088 additions and 0 deletions
2
LED/Debug/Core/Startup/startup_stm32f030f4px.d
Normal file
2
LED/Debug/Core/Startup/startup_stm32f030f4px.d
Normal file
|
@ -0,0 +1,2 @@
|
|||
Core/Startup/startup_stm32f030f4px.o: \
|
||||
../Core/Startup/startup_stm32f030f4px.s
|
BIN
LED/Debug/Core/Startup/startup_stm32f030f4px.o
Normal file
BIN
LED/Debug/Core/Startup/startup_stm32f030f4px.o
Normal file
Binary file not shown.
19
LED/Debug/Core/Startup/subdir.mk
Normal file
19
LED/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_stm32f030f4px.s
|
||||
|
||||
S_DEPS += \
|
||||
./Core/Startup/startup_stm32f030f4px.d
|
||||
|
||||
OBJS += \
|
||||
./Core/Startup/startup_stm32f030f4px.o
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
Core/Startup/startup_stm32f030f4px.o: ../Core/Startup/startup_stm32f030f4px.s
|
||||
arm-none-eabi-gcc -mcpu=cortex-m0 -g3 -c -x assembler-with-cpp -MMD -MP -MF"Core/Startup/startup_stm32f030f4px.d" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" "$<"
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue