Skip to content

Commit 54d6990

Browse files
boards: wbz451hpe_curiosity: updated the board.cmake
Updated the device name and commented jlink runner Signed-off-by: Dinesh Arasu <[email protected]>
1 parent a4f76eb commit 54d6990

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright (c) 2025 Microchip Technology Inc.
22
# SPDX-License-Identifier: Apache-2.0
33

4-
board_runner_args(jlink "--device=wbz451" "--speed=4000")
4+
#board_runner_args(jlink "--device=wbz451hpe" "--speed=4000")
55

6-
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
6+
#include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
77
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)

0 commit comments

Comments
 (0)