Skip to content

Commit 5d0ab8f

Browse files
committed
Update README.
1 parent 29f304b commit 5d0ab8f

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

riscv-rt/README.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
1+
[![crates.io](https://img.shields.io/crates/d/riscv-rt.svg)](https://crates.io/crates/riscv-rt)
2+
[![crates.io](https://img.shields.io/crates/v/riscv-rt.svg)](https://crates.io/crates/riscv-rt)
3+
[![Build Status](https://travis-ci.org/rust-embedded/riscv-rt.svg?branch=master)](https://travis-ci.org/rust-embedded/riscv-rt)
4+
15
# `riscv-rt`
26

37
> Minimal runtime / startup for RISCV CPU's.
48
5-
# License
6-
Copyright 2017 David Craven
9+
This project is developed and maintained by the [RISCV team][team].
10+
11+
## [Documentation](https://docs.rs/crate/riscv-rt)
12+
13+
## License
14+
15+
Copyright 2018 [RISCV team][team]
716

817
Permission to use, copy, modify, and/or distribute this software for any purpose
918
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
1625
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
1726
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
1827
THIS SOFTWARE.
28+
29+
## Code of Conduct
30+
31+
Contribution to this crate is organized under the terms of the [Rust Code of
32+
Conduct][CoC], the maintainer of this crate, the [RISCV team][team], promises
33+
to intervene to uphold that code of conduct.
34+
35+
[CoC]: CODE_OF_CONDUCT.md
36+
[team]: https://github.com/rust-embedded/wg#the-riscv-team

0 commit comments

Comments
 (0)