1# SPDX-License-Identifier: Apache-2.0
2
3board_set_debugger_ifnset(jlink)
4board_set_flasher_ifnset(jlink)
5
6board_runner_args(jlink "--device=MK66FN2M0xxx18")
7board_runner_args(pyocd "--target=k66f")
8
9include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)
10include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
11include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
12