1# SPDX-License-Identifier: Apache-2.0
2
3board_runner_args(jlink "--device=MK82FN256xxx15")
4board_runner_args(pyocd "--target=k82f25615")
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)
9