mirror of
https://github.com/hathach/tinyusb.git
synced 2025-03-13 19:19:18 +00:00
add --allow-fw-update for convenience
This commit is contained in:
parent
f6a65720e5
commit
6e204ca567
@ -4,6 +4,8 @@ CFLAGS += \
|
||||
-DCFG_EXAMPLE_MSC_READONLY \
|
||||
-DCFG_TUD_ENDPOINT0_SIZE=8
|
||||
|
||||
#-mmcu=msp430f5529
|
||||
|
||||
# All source paths should be relative to the top level.
|
||||
LD_FILE = hw/bsp/msp_exp430f5529lp/msp430f5529.ld
|
||||
LDINC += $(TOP)/hw/bsp/$(BOARD)
|
||||
@ -19,4 +21,4 @@ MSPDEBUG = mspdebug
|
||||
|
||||
# flash target using mspdebug.
|
||||
flash: $(BUILD)/$(BOARD)-firmware.elf
|
||||
$(MSPDEBUG) tilib "prog $<"
|
||||
$(MSPDEBUG) tilib "prog $<" --allow-fw-update
|
||||
|
Loading…
x
Reference in New Issue
Block a user