You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
322 B
11 lines
322 B
# |
|
# Copyright 2024 NXP |
|
# |
|
# SPDX-License-Identifier: Apache-2.0 |
|
# |
|
|
|
board_runner_args(linkserver "--device=MKE15Z256xxx7:FRDM-KE15Z") |
|
board_runner_args(jlink "--device=MKE15Z256xxx7" "--reset-after-load") |
|
|
|
include(${ZEPHYR_BASE}/boards/common/linkserver.board.cmake) |
|
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
|
|
|