mirror of
https://github.com/hathach/tinyusb.git
synced 2025-04-17 08:45:13 +00:00
skip nuc flash verify
This commit is contained in:
parent
4de9439fb1
commit
0c1fff735d
@ -51,8 +51,7 @@ FREERTOS_PORT = ARM_CM0
|
||||
JLINK_DEVICE = NUC121SC2AE
|
||||
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"
|
||||
|
@ -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"
|
||||
|
@ -58,4 +58,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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user