We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
diff --git i/boards/arm/siwg917_brd4338a/board.cmake w/boards/arm/siwg917_brd4338a/board.cmake index 745dd50f245..de5ac75cd7f 100644 --- i/boards/arm/siwg917_brd4338a/board.cmake +++ w/boards/arm/siwg917_brd4338a/board.cmake @@ -2,5 +2,8 @@ # # SPDX-License-Identifier: Apache-2.0 +board_runner_args(jlink "--device=SI917" "--speed=4000") +include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake) + board_runner_args(silabs_commander "--device=SiWG917M612LGTAA") include(${ZEPHYR_BASE}/boards/common/silabs_commander.board.cmake)
JLink must contains JLinkDevices.xml from commander
JLinkDevices.xml
commander
Then west attach will work. However west flash and west debug do not work yet.
west attach
west flash
west debug
The text was updated successfully, but these errors were encountered:
No branches or pull requests
JLink must contains
JLinkDevices.xml
fromcommander
Then
west attach
will work. Howeverwest flash
andwest debug
do not work yet.The text was updated successfully, but these errors were encountered: