File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -363,7 +363,7 @@ INC_PATHS = $(addprefix -I,$(IPATH))
363
363
# BUILD TARGETS
364
364
# ------------------------------------------------------------------------------
365
365
366
- .PHONY : all clean flash dfu- flash flash -dfu flash-sd flash-mbr gdbflash gdb
366
+ .PHONY : all clean flash flash-dfu flash-sd flash-mbr dfu-flash sd mbr gdbflash gdb
367
367
368
368
# default target to build
369
369
all : $(BUILD ) /$(OUT_NAME ) .out $(BUILD ) /$(OUT_NAME ) _nosd.hex $(BUILD ) /update-$(OUT_NAME ) _nosd.uf2 $(BUILD ) /$(MERGED_FILE ) .hex $(BUILD ) /$(MERGED_FILE ) .zip
@@ -460,11 +460,13 @@ flash: $(BUILD)/$(OUT_NAME)_nosd.hex
460
460
$(call FLASH_CMD,$< )
461
461
462
462
# flash SD only
463
+ sd : flash-sd
463
464
flash-sd :
464
465
@echo Flashing: $(SD_HEX )
465
466
$(call FLASH_NOUICR_CMD,$(SD_HEX ) )
466
467
467
468
# flash MBR only
469
+ mbr : flash-mbr
468
470
flash-mbr :
469
471
@echo Flashing: $(MBR_HEX )
470
472
$(call FLASH_NOUICR_CMD,$(MBR_HEX ) )
You can’t perform that action at this time.
0 commit comments