Skip to content

Commit 87da50a

Browse files
committed
boards: linkw: fix west flash with minichlink
This fixes west flash for this board and should be present for every ch32v208 board Signed-off-by: Camille BAUD <mail@massdriver.space>
1 parent ad431b3 commit 87da50a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

boards/wch/linkw/board.cmake

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

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

0 commit comments

Comments
 (0)