new muori

This commit is contained in:
PanSi21 2025-11-13 02:45:43 +01:00
parent c6eb320c55
commit bea9ab0a3c
Signed by untrusted user who does not match committer: PanSi21
GPG key ID: 198E46F625BADD13
164 changed files with 221865 additions and 0 deletions

View file

@ -0,0 +1,27 @@
################################################################################
# Automatically-generated file. Do not edit!
# Toolchain: GNU Tools for STM32 (13.3.rel1)
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
S_SRCS += \
../Core/Startup/startup_stm32h743zitx.s
OBJS += \
./Core/Startup/startup_stm32h743zitx.o
S_DEPS += \
./Core/Startup/startup_stm32h743zitx.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-m7 -g3 -DDEBUG -c -x assembler-with-cpp -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv5-d16 -mfloat-abi=hard -mthumb -o "$@" "$<"
clean: clean-Core-2f-Startup
clean-Core-2f-Startup:
-$(RM) ./Core/Startup/startup_stm32h743zitx.d ./Core/Startup/startup_stm32h743zitx.o
.PHONY: clean-Core-2f-Startup