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
@@ -41,5 +41,6 @@ FREERTOS_PORT = ARM_CM0
JLINK_DEVICE = LPC51U68
JLINK_IF = swd
# flash using jlink
#flash: flash-jlink
# flash using pyocd (51u68 is not supported yet)
flash: $(BUILD)/$(BOARD)-firmware.hex
pyocd flash -t LPC51U68 $<