Skip to content

Commit 438ed6d

Browse files
mshinjokartben
authored andcommitted
boards: nucleo_h753zi: add pyOCD support
This patch adds pyOCD runner configuration for the nucleo_h753zi board. Signed-off-by: Mirai SHINJO <oss@mshinjo.com>
1 parent 1abe095 commit 438ed6d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

boards/st/nucleo_h753zi/board.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@
44
board_runner_args(stm32cubeprogrammer "--port=swd" "--reset-mode=hw")
55
board_runner_args(jlink "--device=STM32H753ZI" "--speed=4000")
66
board_runner_args(openocd --target-handle=_CHIPNAME.cpu0)
7+
board_runner_args(pyocd "--target=stm32h753zitx")
78

89
# keep first
910
include(${ZEPHYR_BASE}/boards/common/stm32cubeprogrammer.board.cmake)
1011
include(${ZEPHYR_BASE}/boards/common/openocd-stm32.board.cmake)
12+
include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)
1113
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)

0 commit comments

Comments
 (0)