Skip to content

Commit

Permalink
readme: modify badge and link, relicense project from RustSBI team
Browse files Browse the repository at this point in the history
Signed-off-by: Zhouqi Jiang <[email protected]>
  • Loading branch information
luojia65 committed Dec 24, 2024
1 parent e570470 commit 83354be
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# XuanTie

Low level access to T-Head XuanTie RISC-V processors
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)
| Name | Crates | Documentation | 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

Expand All @@ -19,7 +22,7 @@ We welcome contribution! Please send an issue or pull request if you are ready.
Mulan PSL v2

```
Copyright (c) 2021 Luo Jia
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:
Expand Down

0 comments on commit 83354be

Please sign in to comment.