zephyr/boards/mikroe/clicker_ra4m1/board.cmake
Ian Morris 04e60be9bf boards: mikroe: add initial support for Mikroe RA4M1 Clicker
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>
2024-05-31 16:36:47 -05:00

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)