瀏覽代碼

Advance version to 0.0.2

luojia65 4 年之前
父節點
當前提交
4e4eb2d367
共有 3 個文件被更改,包括 14 次插入1 次删除
  1. 5 0
      README.md
  2. 8 0
      platform/README.md
  3. 1 1
      rustsbi/Cargo.toml

+ 5 - 0
README.md

@@ -2,6 +2,11 @@
 
 RISC-V Supervisor Binary Interface implementation in Rust; runs on M-mode.
 
+## Binary downloads
+
+See [release page](https://github.com/luojia65/rustsbi/releases). Binaries are available for
+platforms which can be found on platform page.
+
 ## Features
 
 - Functional operating system runtime

+ 8 - 0
platform/README.md

@@ -0,0 +1,8 @@
+# RustSBI platforms
+
+Currently supported platforms:
+
+| Platform | Legacy | Base | IPI | Timer | Note |
+|:--------:|:------:|:----:|:---:|:-----:|:----:|
+| Kendryte K210 | √ | √ | √ | √ | Privileged spec version: 1.9.1 | 
+| QEMU | √ | √ | √ | √ | - | 

+ 1 - 1
rustsbi/Cargo.toml

@@ -1,7 +1,7 @@
 [package]
 name = "rustsbi"
 description = "Minimal RISC-V's SBI implementation library in Rust"
-version = "0.0.1"
+version = "0.0.2"
 authors = ["luojia65 <[email protected]>"]
 repository = "https://github.com/luojia65/rustsbi"
 license = "MIT" # OR MulanPSL-2.0; cargo does not support by now