Skip to content

Commit 0d42aca

Browse files
erwangocarlescufi
authored andcommitted
boards: nucleo_wb55rg: Use stm32cubeprogrammer as default runner
When playing with PM related applications, stm32cubeprogrammer is useful to allow flashing even when SoC is in Stop mode. Signed-off-by: Erwan Gouriou <[email protected]>
1 parent 7d63942 commit 0d42aca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/arm/nucleo_wb55rg/board.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
board_runner_args(pyocd "--target=stm32wb55rgvx")
33
board_runner_args(stm32cubeprogrammer "--port=swd" "--reset-mode=hw")
44

5+
include(${ZEPHYR_BASE}/boards/common/stm32cubeprogrammer.board.cmake)
56
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
67
include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)
7-
include(${ZEPHYR_BASE}/boards/common/stm32cubeprogrammer.board.cmake)

0 commit comments

Comments
 (0)