Skip to content

Commit 5a42efd

Browse files
committed
boards: linkw: fix west flash with minichlink
This fixes west flash, as it doesnt work without reset for this board and should be present for every ch32v208 board Signed-off-by: Camille BAUD <mail@massdriver.space>
1 parent ad431b3 commit 5a42efd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/wch/linkw/board.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
board_runner_args(openocd "--use-elf" "--cmd-reset-halt" "halt")
55
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
66

7-
board_runner_args(minichlink)
7+
board_runner_args(minichlink "--no-reset")
88
include(${ZEPHYR_BASE}/boards/common/minichlink.board.cmake)

0 commit comments

Comments
 (0)