adding flash (jlink)

This commit is contained in:
hathach
2019-03-16 01:34:26 +07:00
parent e49efde730
commit d56e7fd913
2 changed files with 20 additions and 3 deletions

View File

@@ -41,7 +41,6 @@ else
endif
endif
# flash target using on-board stlink or jlink
flash: $(BUILD)/$(BOARD)-firmware.elf
# flash target using on-board stlink
flash-stlink: $(BUILD)/$(BOARD)-firmware.elf
$(STM32Prog) --connect port=swd --write $< --go
#JLinkExe