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 fb6e46d commit c9e74baCopy full SHA for c9e74ba
boards/st/stm32h750b_dk/board.cmake
@@ -1,7 +1,9 @@
1
# SPDX-License-Identifier: Apache-2.0
2
3
+board_runner_args(stm32cubeprogrammer "--port=swd" "--reset-mode=hw")
4
board_runner_args(jlink "--device=STM32H735IG" "--speed=4000")
5
board_runner_args(openocd --target-handle=_CHIPNAME.cpu0)
6
7
+include(${ZEPHYR_BASE}/boards/common/stm32cubeprogrammer.board.cmake)
8
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
9
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
0 commit comments