Skip to content

Commit 65f7a80

Browse files
committed
rename board to lower case ch32v307v-r1-1v0
1 parent e6a3cfb commit 65f7a80

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

hw/bsp/ch32v307/family.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ FREERTOS_PORT = RISC-V
6666

6767
# flash target ROM bootloader
6868
flash: $(BUILD)/$(PROJECT).elf
69-
openocd -f $(TOP)/$(FAMILY_PATH)/wch-riscv.cfg -c init -c halt -c "program $<" -c reset -c exit
69+
openocd -f $(TOP)/$(FAMILY_PATH)/wch-riscv.cfg -c init -c halt -c "program $<" -c wlink_reset_resume -c exit

0 commit comments

Comments
 (0)