rename board to lower case ch32v307v-r1-1v0

This commit is contained in:
hathach 2023-01-12 13:31:36 +07:00
parent e6a3cfb350
commit 65f7a8006c
4 changed files with 1 additions and 1 deletions

View File

@ -66,4 +66,4 @@ FREERTOS_PORT = RISC-V
# flash target ROM bootloader
flash: $(BUILD)/$(PROJECT).elf
openocd -f $(TOP)/$(FAMILY_PATH)/wch-riscv.cfg -c init -c halt -c "program $<" -c reset -c exit
openocd -f $(TOP)/$(FAMILY_PATH)/wch-riscv.cfg -c init -c halt -c "program $<" -c wlink_reset_resume -c exit