1# SPDX-License-Identifier: Apache-2.0 2 3if(CONFIG_BOARD_96B_CARBON_STM32F401XE) 4 board_runner_args(dfu-util "--pid=0483:df11" "--alt=0" "--dfuse") 5 6 include(${ZEPHYR_BASE}/boards/common/dfu-util.board.cmake) 7endif() 8