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.
13 lines
390 B
13 lines
390 B
# |
|
# Copyright 2025 NXP |
|
# |
|
# SPDX-License-Identifier: Apache-2.0 |
|
# |
|
|
|
board_runner_args(jlink "--device=MCXA166") |
|
board_runner_args(linkserver "--device=MCXA166:FRDM-MCXA166") |
|
board_runner_args(pyocd "--target=mcxA166") |
|
|
|
include(${ZEPHYR_BASE}/boards/common/linkserver.board.cmake) |
|
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake) |
|
include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)
|
|
|