7 lines
195 B
CMake
7 lines
195 B
CMake
|
# Copyright (c) 2024 Renesas Electronics Corporation
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
board_runner_args(jlink "--device=R7FA6M4AF")
|
||
|
|
||
|
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
|