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 5a42efd commit fd60c72Copy full SHA for fd60c72
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(openocd "--use-elf" "--cmd-reset-halt" "halt")
5
-include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
6
-
7
board_runner_args(minichlink "--no-reset")
8
include(${ZEPHYR_BASE}/boards/common/minichlink.board.cmake)
+
+board_runner_args(openocd "--use-elf" "--cmd-reset-halt" "halt")
+include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
0 commit comments