zephyr/boards/arm/mimxrt1060_evk/board.cmake
Maureen Helm 9554ae9265 boards: Fix jlink device name on rt1020 and rt1060 boards
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>
2019-01-09 16:07:09 -06:00

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)