File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,6 @@ AS = $(CROSS_COMPILE)gcc
20
20
OBJCOPY = $(CROSS_COMPILE ) objcopy
21
21
SIZE = $(CROSS_COMPILE ) size
22
22
23
- FLASH = stm32flash
24
- FLASHFLAGS = --reset --format ihex
25
- BOOTLOADER = dfu-util
26
- BOOTLOADER_FLAGS = -a 0 -s 0x08000000:leave
27
-
28
23
LINKER_SCRIPT = linker/STM32H747AIIX_FLASH.ld
29
24
30
25
CFLAGS = -O2 -Wall -Werror -pedantic -mcpu=cortex-m7 -mfpu=fpv5-d16 -mfloat-abi=hard -mthumb -std=gnu11 -g3 -ffunction-sections -fdata-sections -fstack-usage
@@ -227,13 +222,3 @@ $(BUILDDIR)/%.o: %.s
227
222
$(MKDEP )
228
223
229
224
-include $(OBJS :.o=.d)
230
-
231
- # ----- Programming and device control ----------------------------------------
232
-
233
- .PHONY : load boot
234
-
235
- load : $(NAME ) .hex
236
- $(FLASH ) $(FLASHFLAGS ) write $(NAME ) .hex
237
-
238
- boot : $(NAME ) .bin
239
- $(BOOTLOADER ) $(BOOTLOADER_FLAGS ) -D $(NAME ) .bin
You can’t perform that action at this time.
0 commit comments