c4d713a524
Add board support for NXP i.MX8MQ EVK. More information about this board can be found in NXP website: https://www.nxp.com/design/development-boards/i-mx-evaluation-and-development-boards/evaluation-kit-for-the-i-mx-8m-applications-processor:MCIMX8M-EVK Signed-off-by: Kwon Tae-young <tykwon@m2i.co.kr>
12 lines
271 B
CMake
12 lines
271 B
CMake
#
|
|
# Copyright (c) 2021, Kwon Tae-young <tykwon@m2i.co.kr>
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
board_set_debugger_ifnset(jlink)
|
|
board_set_flasher_ifnset(jlink)
|
|
|
|
board_runner_args(jlink "--device=MIMX8MQ6_M4")
|
|
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
|