1# SPDX-License-Identifier: Apache-2.0
2
3board_runner_args(dfu-util "--pid=0483:df11" "--alt=0" "--dfuse")
4board_runner_args(jlink "--device=STM32F411CE" "--speed=4000")
5
6include(${ZEPHYR_BASE}/boards/common/dfu-util.board.cmake)
7include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
8include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
9include(${ZEPHYR_BASE}/boards/common/blackmagicprobe.board.cmake)
10