summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorhathach <[email protected]>2020-09-01 17:12:31 +0700
committerhathach <[email protected]>2020-09-01 17:12:31 +0700
commitf4e3c6fd8ee125123e2cfa704d61dab34be576c5 (patch)
tree46750981f4086acade240fac29346a259905fe10 /hw
parentbe708bb8a444a6e8f8676be842fcfd02a583ed0b (diff)
clean up
Diffstat (limited to 'hw')
-rw-r--r--hw/bsp/mcb1800/board.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/bsp/mcb1800/board.mk b/hw/bsp/mcb1800/board.mk
index 6037310a6..7ff17dae3 100644
--- a/hw/bsp/mcb1800/board.mk
+++ b/hw/bsp/mcb1800/board.mk
@@ -5,7 +5,7 @@ CFLAGS += \
-mcpu=cortex-m3 \
-nostdlib \
-DCORE_M3 \
- -D__USE_LPCOPEN
+ -D__USE_LPCOPEN \
-DCFG_TUSB_MCU=OPT_MCU_LPC18XX \
# mcu driver cause following warnings
@@ -37,7 +37,7 @@ FREERTOS_PORT = ARM_CM3
# For flash-jlink target
JLINK_DEVICE = LPC1857
-JLINK_IF = jtag
+JLINK_IF = swd
# flash using jlink
flash: flash-jlink