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

https://github.com/rustsbi/aclint

Provide structs and methods to operate riscv aclint device.
https://github.com/rustsbi/aclint

driver riscv rust

Last synced: 11 months ago
JSON representation

Provide structs and methods to operate riscv aclint device.

Awesome Lists containing this project

README

          

# aclint

[![CI](https://github.com/rustsbi/aclint/actions/workflows/workflow.yml/badge.svg?branch=main)](https://github.com/rustsbi/aclint/actions)
[![Latest version](https://img.shields.io/crates/v/aclint.svg)](https://crates.io/crates/aclint)
[![issue](https://img.shields.io/github/issues/rustsbi/aclint)](https://github.com/rustsbi/aclint/issues)
[![Documentation](https://docs.rs/aclint/badge.svg)](https://docs.rs/aclint)
![license](https://img.shields.io/github/license/rustsbi/aclint)

Provide structs and methods to operate riscv aclint device.

See [the spec repo](https://github.com/riscv/riscv-aclint).