f103c82c31
Replaces inaccurate or wrong vendor prefixes in board and soc folder names with those from thr vendor prefix file Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
7 lines
273 B
CMake
7 lines
273 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
board_runner_args(openocd "--use-elf")
|
|
board_runner_args(mdb-hw "--jtag=digilent" "--cores=${CONFIG_MP_MAX_NUM_CPUS}")
|
|
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
|
|
include(${ZEPHYR_BASE}/boards/common/mdb-hw.board.cmake)
|