9 lines
175 B
CMake
9 lines
175 B
CMake
|
#
|
||
|
# Copyright (c) 2018, NXP
|
||
|
#
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
#
|
||
|
|
||
|
board_runner_args(jlink "--device=MCIMXRT1062")
|
||
|
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
|