skip nuc flash verify

This commit is contained in:
hathach
2020-01-14 18:19:33 +07:00
parent 4de9439fb1
commit 0c1fff735d
3 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -38,4 +38,4 @@ JLINK_IF = swd
# Flash using Nuvoton's openocd fork at https://github.com/OpenNuvoton/OpenOCD-Nuvoton
# Please compile and install it from github source
flash: $(BUILD)/$(BOARD)-firmware.elf
openocd -f interface/nulink.cfg -f target/numicroM0.cfg -c "program $< verify reset exit"
openocd -f interface/nulink.cfg -f target/numicroM0.cfg -c "program $< reset exit"