Add basic support for the phyBOARD-Nash, a SBC based on the phyCORE-i.MX93. Both CPU types (Cortex-A55, Cortex-M33) are supported. Signed-off-by: Jonas Remmert <j.remmert@phytec.de>
9 lines
256 B
CMake
9 lines
256 B
CMake
# Copyright (c) 2024, PHYTEC Messtechnik GmbH
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
board_set_debugger_ifnset(jlink)
|
|
board_set_flasher_ifnset(jlink)
|
|
|
|
board_runner_args(jlink "--device=MIMX9352_M33")
|
|
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
|