summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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