This commit is contained in:
hathach
2019-09-01 21:04:43 +07:00
parent 80cde5b0b5
commit 67d2cf39d5
3 changed files with 8 additions and 6 deletions
+3 -2
View File
@@ -35,5 +35,6 @@ FREERTOS_PORT = ARM_CM0
JLINK_DEVICE = LPC11U68
JLINK_IF = swd
# flash using jlink
flash: flash-jlink
# flash using pyocd
flash: $(BUILD)/$(BOARD)-firmware.hex
pyocd flash -t lpc11u68 $<