/
OhrimenkoDI
/
NucleoNET
Обзор
Документация
Войти
/
OhrimenkoDI
/
NucleoNET
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
Debug/Core/Startup/subdir.mk
26 строк
975 B
OkhrimenkoDi
Настройка сети на Nucloe STM32F767zi
15 ноя 2025, 11:05
15 ноя 2025, 11:05
636c712
Код
Авторство
О чём код?
################################################################################ # 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_stm32f767zitx.s OBJS += \ ./Core/Startup/startup_stm32f767zitx.o S_DEPS += \ ./Core/Startup/startup_stm32f767zitx.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_stm32f767zitx.d ./Core/Startup/startup_stm32f767zitx.o .PHONY: clean-Core-2f-Startup