Skip to content

Commit ef7892d

Browse files
tpamborkartben
authored andcommitted
boards: st: stm32h573i_dk: Add support for probe-rs
Allow flashing the STM32H573II chip found on the STM32H573I-DK board using the probe-rs runner. Signed-off-by: Tim Pambor <tim.pambor@codewrights.de>
1 parent 0648e49 commit ef7892d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

boards/st/stm32h573i_dk/board.cmake

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,15 @@ endif()
1010

1111
board_runner_args(pyocd "--target=stm32h573iikx")
1212

13+
board_runner_args(probe_rs "--chip=STM32H573II")
14+
1315
board_runner_args(openocd "--tcl-port=6666")
1416
board_runner_args(openocd --cmd-pre-init "gdb_report_data_abort enable")
1517
board_runner_args(openocd "--no-halt")
1618

1719
# keep first
1820
include(${ZEPHYR_BASE}/boards/common/stm32cubeprogrammer.board.cmake)
1921
include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)
22+
include(${ZEPHYR_BASE}/boards/common/probe-rs.board.cmake)
2023
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
2124
# FIXME: official openocd runner not yet available.

0 commit comments

Comments
 (0)