mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-29 17:36:47 +00:00
The mimxrt1020_evk and mimxrt1060_evk boards had invalid jlink device names. Debugging via 'ninja debug' now works on these boards. Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
9 lines
179 B
CMake
9 lines
179 B
CMake
#
|
|
# Copyright (c) 2018, NXP
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
board_runner_args(jlink "--device=MIMXRT1062xxx6A")
|
|
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
|