more nuvoton support
- add LED for nutiny nuc 121, 125s, 126v - flash target to use nuvoton's openocd fork
This commit is contained in:
@@ -55,5 +55,7 @@ FREERTOS_PORT = ARM_CM0
|
||||
JLINK_DEVICE = NUC126VG4AE
|
||||
JLINK_IF = swd
|
||||
|
||||
# flash using jlink
|
||||
flash: flash-jlink
|
||||
# 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"
|
||||
|
||||
Reference in New Issue
Block a user