For easier recognition PHYTEC boards have been prefixed with the SoC name. As the new hardware model includes the SoC and cpu, this prefixing is not needed anymore. All PHYTEC eval boards have an individual and unique name and can be found easily via this name. Signed-off-by: Jonas Remmert <j.remmert@phytec.de>
11 lines
256 B
CMake
11 lines
256 B
CMake
#
|
|
# Copyright (c) 2021, Laird Connectivity
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
board_set_debugger_ifnset(jlink)
|
|
board_set_flasher_ifnset(jlink)
|
|
|
|
board_runner_args(jlink "--device=MIMX8ML8_M7")
|
|
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
|