1# SPDX-License-Identifier: Apache-2.0 2 3board_runner_args(openocd "--use-elf") 4board_runner_args(mdb-hw "--jtag=digilent" "--cores=${CONFIG_MP_MAX_NUM_CPUS}") 5include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake) 6include(${ZEPHYR_BASE}/boards/common/mdb-hw.board.cmake) 7