1# SPDX-License-Identifier: Apache-2.0 2 3board_runner_args(jlink "--device=MK64FN1M0xxx12") 4board_runner_args(linkserver "--device=MK64FN1M0xxx12:FRDM-K64F") 5 6board_runner_args(pyocd "--target=k64f") 7 8include(${ZEPHYR_BASE}/boards/common/linkserver.board.cmake) 9include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake) 10include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake) 11include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake) 12include(${ZEPHYR_BASE}/boards/common/canopen.board.cmake) 13