We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0648e49 commit ef7892dCopy full SHA for ef7892d
boards/st/stm32h573i_dk/board.cmake
@@ -10,12 +10,15 @@ endif()
10
11
board_runner_args(pyocd "--target=stm32h573iikx")
12
13
+board_runner_args(probe_rs "--chip=STM32H573II")
14
+
15
board_runner_args(openocd "--tcl-port=6666")
16
board_runner_args(openocd --cmd-pre-init "gdb_report_data_abort enable")
17
board_runner_args(openocd "--no-halt")
18
19
# keep first
20
include(${ZEPHYR_BASE}/boards/common/stm32cubeprogrammer.board.cmake)
21
include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)
22
+include(${ZEPHYR_BASE}/boards/common/probe-rs.board.cmake)
23
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
24
# FIXME: official openocd runner not yet available.
0 commit comments