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 2024 NXP |
|
# |
|
# SPDX-License-Identifier: Apache-2.0 |
|
# |
|
|
|
board_runner_args(jlink "--device=MCXC242") |
|
board_runner_args(linkserver "--device=MCXC242:FRDM-MCXC242") |
|
board_runner_args(pyocd "--target=mcxc242") |
|
|
|
include(${ZEPHYR_BASE}/boards/common/linkserver.board.cmake) |
|
include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake) |
|
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
|
|
|