1# SPDX-License-Identifier: Apache-2.0
2
3# keep first
4board_runner_args(stm32cubeprogrammer "--port=swd" "--reset-mode=hw")
5board_runner_args(openocd --target-handle=_CHIPNAME.cpu0)
6
7# keep first
8include(${ZEPHYR_BASE}/boards/common/stm32cubeprogrammer.board.cmake)
9# FIXME: openocd runner not yet available.
10include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
11