mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-01 15:22:26 +00:00
The RA4M1 Clicker is a basic development board for the Renesas RA4M1 Microcontroller. The board contains J-Link on board, two LEDs and push buttons and several headers for interfacing with external devices. Signed-off-by: Ian Morris <ian.d.morris@outlook.com>
7 lines
174 B
CMake
7 lines
174 B
CMake
# Copyright (c) 2024 Ian Morris
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
board_runner_args(pyocd "--target=r7fa4m1ab")
|
|
|
|
include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)
|