1# SPDX-License-Identifier: Apache-2.0 2 3board_runner_args(pyocd "--target=nrf52840" "--frequency=4000000") 4board_runner_args(trace32 5 "--startup-args" 6 "elfFile=${PROJECT_BINARY_DIR}/${KERNEL_ELF_NAME}" 7) 8 9include(${ZEPHYR_BASE}/boards/common/bossac.board.cmake) 10include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake) 11include(${ZEPHYR_BASE}/boards/common/blackmagicprobe.board.cmake) 12include(${ZEPHYR_BASE}/boards/common/trace32.board.cmake) 13