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