initial_commit
This commit is contained in:
commit
bde9eaef43
196 changed files with 120850 additions and 0 deletions
|
@ -0,0 +1,2 @@
|
|||
Core/Startup/startup_stm32f411retx.o: \
|
||||
../Core/Startup/startup_stm32f411retx.s
|
BIN
access_control_stm32/Debug/Core/Startup/startup_stm32f411retx.o
Normal file
BIN
access_control_stm32/Debug/Core/Startup/startup_stm32f411retx.o
Normal file
Binary file not shown.
27
access_control_stm32/Debug/Core/Startup/subdir.mk
Normal file
27
access_control_stm32/Debug/Core/Startup/subdir.mk
Normal file
|
@ -0,0 +1,27 @@
|
|||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
# Toolchain: GNU Tools for STM32 (11.3.rel1)
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
S_SRCS += \
|
||||
../Core/Startup/startup_stm32f411retx.s
|
||||
|
||||
OBJS += \
|
||||
./Core/Startup/startup_stm32f411retx.o
|
||||
|
||||
S_DEPS += \
|
||||
./Core/Startup/startup_stm32f411retx.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-m4 -g3 -DDEBUG -c -x assembler-with-cpp -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@" "$<"
|
||||
|
||||
clean: clean-Core-2f-Startup
|
||||
|
||||
clean-Core-2f-Startup:
|
||||
-$(RM) ./Core/Startup/startup_stm32f411retx.d ./Core/Startup/startup_stm32f411retx.o
|
||||
|
||||
.PHONY: clean-Core-2f-Startup
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue