This commit is contained in:
hathach
2020-09-01 17:12:31 +07:00
parent be708bb8a4
commit f4e3c6fd8e
3 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -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