- Initial commit to support EK-RA6M1 board Signed-off-by: Duy Phuong Hoang. Nguyen <duy.nguyen.xa@renesas.com>
6 lines
195 B
CMake
6 lines
195 B
CMake
# Copyright (c) 2024 Renesas Electronics Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
board_runner_args(jlink "--device=R7FA6M1AD")
|
|
|
|
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
|