ElemRV-N is an end-to-end open-source microcontroller. This patch adds basic support for the platform with any interfaces. They will be added later since drivers are missing completly. Signed-off-by: Daniel Schultz <dnltz@aesc-silicon.de>
5 lines
114 B
Text
5 lines
114 B
Text
# Copyright (c) 2025 Aesc Silicon
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config BOARD_ELEMRV
|
|
select SOC_ELEMRV_N
|