|
@@ -1,9 +1,18 @@
|
|
|
+[](https://crates.io/crates/riscv-rt)
|
|
|
+[](https://crates.io/crates/riscv-rt)
|
|
|
+[](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
|