zephyr/ext/hal/openisa/vega_sdk_riscv
Lyle Zhu cc2e176bb6 driver: flash: add flash driver for the RV32M1 SOC
Add driver and device tree for the flash controller for the RV32M1 SOC

Signed-off-by: Lyle Zhu <lyle.zhu@nxp.com>
2019-06-03 10:43:47 -05:00
..
RISCV
devices/RV32M1 driver: flash: add flash driver for the RV32M1 SOC 2019-06-03 10:43:47 -05:00
CMakeLists.txt
Kconfig driver: flash: add flash driver for the RV32M1 SOC 2019-06-03 10:43:47 -05:00
README

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.)