소스 검색

Update to version 0.2.0-alpha.7

luojia65 3 년 전
부모
커밋
17caa6952e
2개의 변경된 파일5개의 추가작업 그리고 3개의 파일을 삭제
  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