https://github.com/rustsbi/xuantie
Low level access to T-Head Xuantie RISC-V processors
https://github.com/rustsbi/xuantie
Last synced: 8 months 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 (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-12-25T00:09:57.000Z (over 1 year ago)
- Last Synced: 2025-03-01T23:53:57.834Z (over 1 year ago)
- Language: Rust
- Size: 88.9 KB
- Stars: 33
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# XuanTie
Low level access to T-Head XuanTie RISC-V processors.
| Name | Crates | Documents | License |
|:-----|:-------|:--------------|:--------|
| `xuantie-riscv` | [](https://crates.io/crates/xuantie-riscv) | [](https://docs.rs/xuantie-riscv) | 
| `xuantie-riscv-rt` | [](https://crates.io/crates/xuantie-riscv-rt) | [](https://docs.rs/xuantie-riscv-rt) | 
## Minimum supported Rust version
This crate should be built under Rust rustc 1.85.0-nightly (21fe748be 2024-12-11) or later.
## Contributing
We welcome contribution! Please send an issue or pull request if you are ready.
## License
Mulan PSL v2
```
Copyright (c) 2021 RustSBI Team
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.
```