blob: 8b78b0963a67c5efb1a17ff92a62e78fd55a3e46 [file] [log] [blame]
# SPDX-License-Identifier: Apache-2.0
board_runner_args(jlink "--device=STM32H753BI" "--speed=4000")
board_runner_args(stm32cubeprogrammer "--port=swd" "--reset-mode=hw")
board_runner_args(openocd --target-handle=_CHIPNAME.cpu0)
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
include(${ZEPHYR_BASE}/boards/common/stm32cubeprogrammer.board.cmake)