Add baseline support for mimxrt1160_evk Cortex M4 and M7 cores UART shell, synchronization, and hello world have all been verified to build and run correctly. Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
11 lines
310 B
CMake
11 lines
310 B
CMake
#
|
|
# Copyright (c) 2021, NXP
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
board_runner_args(pyocd "--target=mimxrt1160_cm7")
|
|
board_runner_args(jlink "--device=MIMXRT1166xxx6_M7" "--reset-after-load")
|
|
|
|
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
|
|
include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)
|