We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad431b3 commit 87da50aCopy full SHA for 87da50a
boards/wch/linkw/board.cmake
@@ -1,8 +1,8 @@
1
# Copyright (c) 2024 MASSDRIVER EI (massdriver.space)
2
# SPDX-License-Identifier: Apache-2.0
3
4
+board_runner_args(minichlink "--no-reset")
5
+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)
-
-board_runner_args(minichlink)
-include(${ZEPHYR_BASE}/boards/common/minichlink.board.cmake)
0 commit comments