1# SPDX-License-Identifier: Apache-2.0
2
3board_runner_args(dfu-util "--pid=0483:df11" "--alt=0" "--dfuse")
4board_runner_args(jlink "--device=STM32H735IG" "--speed=4000")
5board_runner_args(openocd --target-handle=_CHIPNAME.cpu0)
6board_runner_args(stm32cubeprogrammer "--port=swd" "--reset-mode=hw")
7
8include(${ZEPHYR_BASE}/boards/common/stm32cubeprogrammer.board.cmake)
9include(${ZEPHYR_BASE}/boards/common/dfu-util.board.cmake)
10include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
11include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
12