94477c099c
Using Zephyr SDK 0.16.5, openocd can be used to debug WBA based boards. Fix documentation and clean up board.cmake configuration for nucleo_wba52cg from a local configuration which shouldn't have been upstreamed Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>
5 lines
199 B
CMake
5 lines
199 B
CMake
board_runner_args(stm32cubeprogrammer "--port=swd" "--reset-mode=hw")
|
|
|
|
include(${ZEPHYR_BASE}/boards/common/stm32cubeprogrammer.board.cmake)
|
|
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
|