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: 8 months 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.

| Name | Crates | Documents | License |
|:-----|:-------|:--------------|:--------|
| `xuantie-riscv` | [![crates.io](https://img.shields.io/crates/v/xuantie-riscv.svg)](https://crates.io/crates/xuantie-riscv) | [![Documentation](https://docs.rs/xuantie-riscv/badge.svg)](https://docs.rs/xuantie-riscv) | ![License](https://img.shields.io/crates/l/xuantie-riscv.svg)
| `xuantie-riscv-rt` | [![crates.io](https://img.shields.io/crates/v/xuantie-riscv-rt.svg)](https://crates.io/crates/xuantie-riscv-rt) | [![Documentation](https://docs.rs/xuantie-riscv-rt/badge.svg)](https://docs.rs/xuantie-riscv-rt) | ![License](https://img.shields.io/crates/l/xuantie-riscv-rt.svg)

## 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.
```