Added configuration file to support frdm_ke17z board Signed-off-by: Anke Xiao <anke.xiao@nxp.com>
8 lines
315 B
CMake
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)
|