12 lines
283 B
CMake
12 lines
283 B
CMake
#
|
|
# Copyright (c) 2020, NXP
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
board_runner_args(pyocd "--target=mimxrt1024")
|
|
board_runner_args(jlink "--device=MIMXRT1024xxx5A")
|
|
|
|
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
|
|
include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)
|