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))
363363# BUILD TARGETS
364364# ------------------------------------------------------------------------------
365365
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
367367
368368# default target to build
369369all : $(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
460460 $(call FLASH_CMD,$< )
461461
462462# flash SD only
463+ sd : flash-sd
463464flash-sd :
464465 @echo Flashing: $(SD_HEX )
465466 $(call FLASH_NOUICR_CMD,$(SD_HEX ) )
466467
467468# flash MBR only
469+ mbr : flash-mbr
468470flash-mbr :
469471 @echo Flashing: $(MBR_HEX )
470472 $(call FLASH_NOUICR_CMD,$(MBR_HEX ) )
You can’t perform that action at this time.
0 commit comments