switched project to make

This commit is contained in:
feda
2025-03-03 16:03:02 +03:00
parent 2d2912a771
commit d0637bb5e6
97 changed files with 15957 additions and 15422 deletions

View File

@ -1,5 +1,5 @@
##########################################################################################################################
# File automatically-generated by tool: [projectgenerator] version: [4.5.0-B34] date: [Wed Dec 11 12:01:07 MSK 2024]
# File automatically-generated by tool: [projectgenerator] version: [4.5.0-B34] date: [Mon Mar 03 15:56:50 MSK 2025]
##########################################################################################################################
# ------------------------------------------------
@ -72,6 +72,7 @@ Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_tim_ex.c \
Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_tim.c \
Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_usart.c \
Src/system_stm32f7xx.c \
Src/File_Handling.c \
Middlewares/Third_Party/FatFs/src/diskio.c \
Middlewares/Third_Party/FatFs/src/ff.c \
Middlewares/Third_Party/FatFs/src/ff_gen_drv.c \
@ -196,9 +197,6 @@ $(BUILD_DIR)/%.o: %.S Makefile | $(BUILD_DIR)
$(AS) -c $(CFLAGS) $< -o $@
$(BUILD_DIR)/$(TARGET).elf: $(OBJECTS) Makefile
$(info CC is $(CC))
$(info OBJECTS is $(OBJECTS))
$(info LDFLAGS is $(LDFLAGS))
$(CC) $(OBJECTS) $(LDFLAGS) -o $@
$(SZ) $@
@ -217,6 +215,15 @@ $(BUILD_DIR):
clean:
-rm -fR $(BUILD_DIR)
flash:
sudo st-flash write $(BUILD_DIR)/$(TARGET).bin 0x08000000 && sudo st-flash reset
reset:
sudo st-flash reset
#######################################
# dependencies
#######################################