mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-01 20:33:30 +00:00
Add driver and device tree for the flash controller for the RV32M1 SOC Signed-off-by: Lyle Zhu <lyle.zhu@nxp.com> |
||
---|---|---|
.. | ||
devices/RV32M1 | ||
RISCV | ||
CMakeLists.txt | ||
Kconfig | ||
README |
VEGA SDK ######## Origin: OpenISA RV32M1 SDK for RISC-V https://github.com/open-isa-rv32m1/rv32m1_sdk_riscv Status: This includes portions of the initial release of the RV32M1 SDK for the RISC-V cores. Purpose: Provides device header files and bare metal peripheral drivers for the RV32M1 SoC. Zephyr shim drivers are built on top of these imported drivers to adapt the RV32M1 SDK APIs to Zephyr APIs. Description: This package is an extract from the upstream RV32M1 SDK that contains only the files needed for Zephyr. Dependencies: None URL: https://github.com/open-isa-rv32m1/rv32m1_sdk_riscv commit: 365b1060f0947d5250c07b3eebdbc9e54cd0246e Maintained-by: External License: BSD-3-Clause License Link: https://spdx.org/licenses/BSD-3-Clause.html Patch List: No changes were made to any imported source files. Additional Zephyr-specific build system files were added (Kconfig files, CMakeLists.txt, etc.)