zephyr/ext/hal/openisa/vega_sdk_riscv
Henrik Brix Andersen 8a4dbb5b03 drivers: i2c: rv32m1: add I2C driver for the RV32M1 RI5CY SoC
Add driver and device tree binding for the Low Power Inter-Integrated
Circuit (LPI2C) controllers found in the RV32M1 RI5CY SoC.

Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
2019-04-18 16:04:23 -05:00
..
devices/RV32M1 drivers: i2c: rv32m1: add I2C driver for the RV32M1 RI5CY SoC 2019-04-18 16:04:23 -05:00
RISCV ext: hal: add openisa/vega_sdk_riscv 2019-01-25 11:59:46 -05:00
CMakeLists.txt soc: riscv32: add RV32M1 SoC as openisa_rv32m1 2019-01-25 11:59:46 -05:00
Kconfig drivers: i2c: rv32m1: add I2C driver for the RV32M1 RI5CY SoC 2019-04-18 16:04:23 -05:00
README soc: riscv32: add RV32M1 SoC as openisa_rv32m1 2019-01-25 11:59:46 -05:00

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