Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rustsbi/xuantie

Low level access to T-Head Xuantie RISC-V processors
https://github.com/rustsbi/xuantie

Last synced: 3 days ago
JSON representation

Low level access to T-Head Xuantie RISC-V processors

Awesome Lists containing this project

README

        

# XuanTie

Low level access to T-Head XuanTie RISC-V processors

[![crates.io](https://img.shields.io/crates/v/xuantie.svg)](https://crates.io/crates/xuantie)
[![Documentation](https://docs.rs/xuantie/badge.svg)](https://docs.rs/xuantie)
![License](https://img.shields.io/crates/l/xuantie.svg)

## Minimum supported Rust version

This crate should be built under Rust 1.59.0 or later, or nightly version newer than 2021-12-15.

## Contributing

We welcome contribution! Please send an issue or pull request if you are ready.

## License

Mulan PSL v2

```
Copyright (c) 2021 Luo Jia
Rust-XuanTie-Support is licensed under Mulan PSL v2.
You can use this software according to the terms and conditions of the Mulan PSL v2.
You may obtain a copy of Mulan PSL v2 at:
http://license.coscl.org.cn/MulanPSL2
THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND,
EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT,
MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
See the Mulan PSL v2 for more details.
```