Jefferson Lee | 35c5fbe | 2020-10-10 19:10:16 -0700 | [diff] [blame] | 1 | # SPDX-License-Identifier: Apache-2.0 |
| 2 | |
TOKITA Hiroshi | d6c8144 | 2022-10-16 10:17:18 +0900 | [diff] [blame] | 3 | board_runner_args(pyocd "--target=nrf52840" "--frequency=4000000") |
TOKITA Hiroshi | afcf28e | 2022-10-16 10:17:18 +0900 | [diff] [blame] | 4 | board_runner_args(trace32 |
| 5 | "--startup-args" |
| 6 | "elfFile=${PROJECT_BINARY_DIR}/${KERNEL_ELF_NAME}" |
| 7 | ) |
TOKITA Hiroshi | d6c8144 | 2022-10-16 10:17:18 +0900 | [diff] [blame] | 8 | |
Jefferson Lee | 35c5fbe | 2020-10-10 19:10:16 -0700 | [diff] [blame] | 9 | include(${ZEPHYR_BASE}/boards/common/bossac.board.cmake) |
TOKITA Hiroshi | d6c8144 | 2022-10-16 10:17:18 +0900 | [diff] [blame] | 10 | include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake) |
TOKITA Hiroshi | 88cf0ad | 2022-10-23 01:26:42 +0900 | [diff] [blame] | 11 | include(${ZEPHYR_BASE}/boards/common/blackmagicprobe.board.cmake) |
TOKITA Hiroshi | afcf28e | 2022-10-16 10:17:18 +0900 | [diff] [blame] | 12 | include(${ZEPHYR_BASE}/boards/common/trace32.board.cmake) |