zephyr/boards/arm/frdm_kl25z/board.cmake

8 lines
244 B
CMake

# SPDX-License-Identifier: Apache-2.0
board_runner_args(jlink "--device=MKL25Z128xxx4")
board_runner_args(pyocd "--target=kl25z")
include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)