Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 57a1be33 authored by Erwan Gouriou's avatar Erwan Gouriou Committed by Christopher Friedt
Browse files

boards: nucleo_wb55rg: Add stm32cubeprogrammer runner


Use of stm32cubeprogrammer runner makes life easier
on test bench for this device.
Though, keep openocd as default.

Signed-off-by: default avatarErwan Gouriou <erwan.gouriou@linaro.org>
parent 652eb37b
No related branches found
No related tags found
No related merge requests found
# SPDX-License-Identifier: Apache-2.0
board_runner_args(pyocd "--target=stm32wb55rgvx")
board_runner_args(stm32cubeprogrammer "--port=swd" "--reset=hw")
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)
include(${ZEPHYR_BASE}/boards/common/stm32cubeprogrammer.board.cmake)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment