mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 18:51:57 +00:00
Add board support files for mimxrt1010_evk, the development board for i.MXRT1010 (CM7) SoC. - Add pinmux, dts and doc. - Tested samples: hello_world, philosophers, synchronization, basic/blinky, basic/button. Signed-off-by: Ryan QIAN <jianghao.qian@nxp.com>
15 lines
311 B
CMake
15 lines
311 B
CMake
#
|
|
# Copyright (c) 2019, NXP
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
set_ifndef(OPENSDA_FW jlink)
|
|
|
|
if(OPENSDA_FW STREQUAL jlink)
|
|
board_set_debugger_ifnset(jlink)
|
|
board_set_flasher_ifnset(jlink)
|
|
endif()
|
|
|
|
board_runner_args(jlink "--device=MIMXRT1011")
|
|
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
|