mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-01 14:22:33 +00:00
Add board support files for mimxrt1060_evk, the development board for i.MXRT1062 (CM7) SoC. - Add pinmux, dts, doc. - External QSPI flash hasn't been configured yet. So code can be loaded to SRAM for now. - Tested samples: hello_world, philosophers, synchronization, basic/blinky, and basic/button. Signed-off-by: Ryan QIAN <jianghao.qian@nxp.com>
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)
|