Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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