blob: eb8b463b9d43a36d1fb1dd178946418b0f7cbd85 [file] [log] [blame]
Jefferson Lee35c5fbe2020-10-10 19:10:16 -07001# SPDX-License-Identifier: Apache-2.0
2
TOKITA Hiroshid6c81442022-10-16 10:17:18 +09003board_runner_args(pyocd "--target=nrf52840" "--frequency=4000000")
TOKITA Hiroshiafcf28e2022-10-16 10:17:18 +09004board_runner_args(trace32
5 "--startup-args"
6 "elfFile=${PROJECT_BINARY_DIR}/${KERNEL_ELF_NAME}"
7)
TOKITA Hiroshid6c81442022-10-16 10:17:18 +09008
Jefferson Lee35c5fbe2020-10-10 19:10:16 -07009include(${ZEPHYR_BASE}/boards/common/bossac.board.cmake)
TOKITA Hiroshid6c81442022-10-16 10:17:18 +090010include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)
TOKITA Hiroshi88cf0ad2022-10-23 01:26:42 +090011include(${ZEPHYR_BASE}/boards/common/blackmagicprobe.board.cmake)
TOKITA Hiroshiafcf28e2022-10-16 10:17:18 +090012include(${ZEPHYR_BASE}/boards/common/trace32.board.cmake)