Skip to content

Commit 661161c

Browse files
committed
boards: wch: make minichlink default runner
This makes minichlink the default runner for the ch32v003evt. This way, `west flash` "just works", as advertised in the README, rather than having to manually set the runner to `minichlink` for it to work. Signed-off-by: Benjamin Cabé <[email protected]>
1 parent 13c42bd commit 661161c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

boards/wch/ch32v003evt/board.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Copyright (c) 2024 Michael Hope
22
# SPDX-License-Identifier: Apache-2.0
33

4-
board_runner_args(openocd "--use-elf" "--cmd-reset-halt" "halt")
5-
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
6-
74
board_runner_args(minichlink)
85
include(${ZEPHYR_BASE}/boards/common/minichlink.board.cmake)
6+
7+
board_runner_args(openocd "--use-elf" "--cmd-reset-halt" "halt")
8+
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)

0 commit comments

Comments
 (0)