Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ydrmaster/plic
Provide structs and methods to operate riscv plic device.
https://github.com/ydrmaster/plic
drivers riscv rust
Last synced: about 1 month ago
JSON representation
Provide structs and methods to operate riscv plic device.
- Host: GitHub
- URL: https://github.com/ydrmaster/plic
- Owner: YdrMaster
- License: mit
- Created: 2022-11-25T09:04:38.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-12T07:15:17.000Z (over 1 year ago)
- Last Synced: 2024-06-01T15:07:18.509Z (7 months ago)
- Topics: drivers, riscv, rust
- Language: Rust
- Homepage:
- Size: 19.5 KB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE-MIT
Awesome Lists containing this project
README
# plic
[![CI](https://github.com/YdrMaster/plic/actions/workflows/workflow.yml/badge.svg?branch=main)](https://github.com/YdrMaster/plic/actions)
[![Latest version](https://img.shields.io/crates/v/plic.svg)](https://crates.io/crates/plic)
[![issue](https://img.shields.io/github/issues/YdrMaster/plic)](https://github.com/YdrMaster/plic/issues)
[![Documentation](https://docs.rs/plic/badge.svg)](https://docs.rs/plic)
![license](https://img.shields.io/github/license/YdrMaster/plic)Provide structs and methods to operate riscv plic device.
See [The spec repo](https://github.com/riscv/riscv-plic-spec/).