summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhathach <[email protected]>2019-10-29 17:36:53 +0700
committerhathach <[email protected]>2019-10-29 17:36:53 +0700
commit6e204ca567c5f9619bc6bf4849d3943116e122f8 (patch)
tree66d3ac1197ee8189761351c33235be99a0cbc27e
parentf6a65720e563a5edc69fdb5e2c1aa320e206a059 (diff)
add --allow-fw-update for convenience
-rw-r--r--hw/bsp/msp_exp430f5529lp/board.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/hw/bsp/msp_exp430f5529lp/board.mk b/hw/bsp/msp_exp430f5529lp/board.mk
index 2e6e77f18..a0893a08e 100644
--- a/hw/bsp/msp_exp430f5529lp/board.mk
+++ b/hw/bsp/msp_exp430f5529lp/board.mk
@@ -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