1# SPDX-License-Identifier: Apache-2.0
2
3# keep first
4board_runner_args(stm32cubeprogrammer "--port=swd" "--reset-mode=hw")
5board_runner_args(openocd --cmd-post-verify "reset halt")
6board_runner_args(openocd --target-handle=_CHIPNAME.cpu0)
7board_runner_args(jlink "--device=STM32H743ZI" "--speed=4000")
8board_runner_args(pyocd "--target=stm32h743zitx")
9
10# keep first
11include(${ZEPHYR_BASE}/boards/common/stm32cubeprogrammer.board.cmake)
12include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
13include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
14include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)
15