Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rustsbi/xuantie
- Owner: rustsbi
- License: other
- Created: 2021-06-06T04:30:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-15T10:26:51.000Z (about 2 years ago)
- Last Synced: 2024-10-31T09:19:31.668Z (14 days ago)
- Language: Rust
- Size: 115 KB
- Stars: 32
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
```