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
+
1
5
# ` riscv-rt `
2
6
3
7
> Minimal runtime / startup for RISCV CPU's.
4
8
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 ]
7
16
8
17
Permission to use, copy, modify, and/or distribute this software for any purpose
9
18
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
16
25
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
17
26
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
18
27
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