Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
RISCV/ | 11-Mar-2024 | - | 124 | 68 | ||
devices/RV32M1/ | 11-Mar-2024 | - | 128,313 | 64,641 | ||
middleware/ | 11-Mar-2024 | - | 11,347 | 8,529 | ||
CMakeLists.txt | D | 11-Mar-2024 | 625 | 20 | 15 | |
README | D | 11-Mar-2024 | 971 | 43 | 31 |
README
1VEGA SDK 2######## 3 4Origin: 5 OpenISA RV32M1 SDK for RISC-V 6 https://github.com/open-isa-rv32m1/rv32m1_sdk_riscv 7 8Status: 9 This includes portions of the initial release of the RV32M1 SDK for 10 the RISC-V cores. 11 12Purpose: 13 Provides device header files and bare metal peripheral drivers for 14 the RV32M1 SoC. Zephyr shim drivers are built on top of these imported 15 drivers to adapt the RV32M1 SDK APIs to Zephyr APIs. 16 17Description: 18 This package is an extract from the upstream RV32M1 SDK that contains 19 only the files needed for Zephyr. 20 21Dependencies: 22 None 23 24URL: 25 https://github.com/open-isa-rv32m1/rv32m1_sdk_riscv 26 27commit: 28 365b1060f0947d5250c07b3eebdbc9e54cd0246e 29 30Maintained-by: 31 External 32 33License: 34 BSD-3-Clause 35 36License Link: 37 https://spdx.org/licenses/BSD-3-Clause.html 38 39Patch List: 40 No changes were made to any imported source files. 41 Additional Zephyr-specific build system files were added (Kconfig files, 42 CMakeLists.txt, etc.) 43