Browse Source

Update to version 0.2.0-alpha.7

luojia65 3 years ago
parent
commit
17caa6952e
2 changed files with 5 additions and 3 deletions
  1. 1 1
      Cargo.toml
  2. 4 2
      README.md

+ 1 - 1
Cargo.toml

@@ -1,7 +1,7 @@
 [package]
 name = "rustsbi"
 description = "Minimal RISC-V's SBI implementation library in Rust"
-version = "0.2.0-alpha.6"
+version = "0.2.0-alpha.7"
 authors = [
     "Luo Jia <[email protected]>",
     "Campbell He <[email protected]>",

+ 4 - 2
README.md

@@ -56,8 +56,10 @@ Slides (Chinese):
 
 1. RustSBI should be used as a library. Under normal circumstances, RustSBI platform can be implemented
    with embedded Rust's `embedded-hal` libraries.
-2. Contributions are welcomed! We welcome to implement RustSBI for both FPGA cores and real cores.
-   Implementations for emulators are also welcomed. Fire a pull request if you are ready!
+2. Contributions are welcomed! We welcome to implement and test RustSBI for both FPGA cores and real cores.
+   Implementations for emulators are also welcomed. If you are ready, start your own binary project and use
+   RustSBI in it!
+3. If there is a bug in RustSBI project itself, fire an issue or pull request to let us know! 
 
 ## License & Copyright