Browse Source

Update README.

David Craven 6 years ago
parent
commit
5d0ab8ff87
1 changed files with 20 additions and 2 deletions
  1. 20 2
      riscv-rt/README.md

+ 20 - 2
riscv-rt/README.md

@@ -1,9 +1,18 @@
+[![crates.io](https://img.shields.io/crates/d/riscv-rt.svg)](https://crates.io/crates/riscv-rt)
+[![crates.io](https://img.shields.io/crates/v/riscv-rt.svg)](https://crates.io/crates/riscv-rt)
+[![Build Status](https://travis-ci.org/rust-embedded/riscv-rt.svg?branch=master)](https://travis-ci.org/rust-embedded/riscv-rt)
+
 # `riscv-rt`
 # `riscv-rt`
 
 
 > Minimal runtime / startup for RISCV CPU's.
 > Minimal runtime / startup for RISCV CPU's.
 
 
-# License
-Copyright 2017 David Craven
+This project is developed and maintained by the [RISCV team][team].
+
+## [Documentation](https://docs.rs/crate/riscv-rt)
+
+## License
+
+Copyright 2018 [RISCV team][team]
 
 
 Permission to use, copy, modify, and/or distribute this software for any purpose
 Permission to use, copy, modify, and/or distribute this software for any purpose
 with or without fee is hereby granted, provided that the above copyright notice
 with or without fee is hereby granted, provided that the above copyright notice
@@ -16,3 +25,12 @@ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
 OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
 OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
 THIS SOFTWARE.
 THIS SOFTWARE.
+
+## Code of Conduct
+
+Contribution to this crate is organized under the terms of the [Rust Code of
+Conduct][CoC], the maintainer of this crate, the [RISCV team][team], promises
+to intervene to uphold that code of conduct.
+
+[CoC]: CODE_OF_CONDUCT.md
+[team]: https://github.com/rust-embedded/wg#the-riscv-team