zephyr/boards/nxp/frdm_ke17z/board.cmake
Anke Xiao 2c695f2bed boards: nxp: frdm_ke17z: add the board support
Added configuration file to support frdm_ke17z board

Signed-off-by: Anke Xiao <anke.xiao@nxp.com>
2024-05-31 16:31:33 -05:00

8 lines
315 B
CMake

# Copyright 2024 NXP
# SPDX-License-Identifier: Apache-2.0
board_runner_args(linkserver "--device=MKE17Z256xxx7:FRDM-KE17Z")
board_runner_args(jlink "--device=MKE17Z256xxx7" "--reset-after-load")
include(${ZEPHYR_BASE}/boards/common/linkserver.board.cmake)
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)