Parcourir la source

Update README.

David Craven il y a 6 ans
Parent
commit
5d0ab8ff87
1 fichiers modifiés avec 20 ajouts et 2 suppressions
  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`
 
 > 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
 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
 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
 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