board_test run with lpc54114

This commit is contained in:
hathach
2019-09-01 15:58:42 +07:00
parent fb1ca24b02
commit 403662a1d6
3 changed files with 17 additions and 13 deletions
+4 -3
View File
@@ -40,8 +40,9 @@ CHIP_FAMILY = lpc_usbd
FREERTOS_PORT = ARM_CM4
# For flash-jlink target
JLINK_DEVICE = LPC54114
JLINK_DEVICE = LPC54114J256_M4
JLINK_IF = swd
# flash using jlink
#flash: flash-jlink
# flash using pyocd
flash: $(BUILD)/$(BOARD)-firmware.elf
pyocd flash -v -e auto -t LPC54114 $<