Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ydrmaster/aclint
Provide structs and methods to operate riscv aclint device.
https://github.com/ydrmaster/aclint
driver riscv rust
Last synced: about 1 month ago
JSON representation
Provide structs and methods to operate riscv aclint device.
- Host: GitHub
- URL: https://github.com/ydrmaster/aclint
- Owner: YdrMaster
- License: mit
- Created: 2022-11-08T07:16:05.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-26T02:05:43.000Z (about 2 years ago)
- Last Synced: 2024-11-07T18:57:01.838Z (about 2 months ago)
- Topics: driver, riscv, rust
- Language: Rust
- Homepage:
- Size: 9.77 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-MIT
Awesome Lists containing this project
README
# aclint
[![CI](https://github.com/YdrMaster/aclint/actions/workflows/workflow.yml/badge.svg?branch=main)](https://github.com/YdrMaster/aclint/actions)
[![Latest version](https://img.shields.io/crates/v/aclint.svg)](https://crates.io/crates/aclint)
[![issue](https://img.shields.io/github/issues/YdrMaster/aclint)](https://github.com/YdrMaster/aclint/issues)
[![Documentation](https://docs.rs/aclint/badge.svg)](https://docs.rs/aclint)
![license](https://img.shields.io/github/license/YdrMaster/aclint)Provide structs and methods to operate riscv aclint device.
See [the spec repo](https://github.com/riscv/riscv-aclint).