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