|
1 | | -[](https://crates.io/crates/riscv) |
2 | | -[](https://crates.io/crates/riscv) |
3 | | -[](https://travis-ci.org/rust-embedded/riscv) |
| 1 | +# RISC-V crates |
4 | 2 |
|
5 | | -# `riscv` |
| 3 | +This repository contains various crates useful for writing Rust programs on RISC-V microcontrollers: |
6 | 4 |
|
7 | | -> Low level access to RISC-V processors |
| 5 | +* [`riscv`]: CPU peripheral access and intrinsics |
| 6 | +* [`riscv-rt`]: Startup code and interrupt handling |
8 | 7 |
|
9 | | -This project is developed and maintained by the [RISC-V team][team]. |
10 | | - |
11 | | -## [Documentation](https://docs.rs/crate/riscv) |
12 | | - |
13 | | -## Minimum Supported Rust Version (MSRV) |
14 | | - |
15 | | -This crate is guaranteed to compile on stable Rust 1.60 and up. It *might* |
16 | | -compile with older versions but that may change in any new patch release. |
17 | 8 |
|
18 | | -## License |
19 | | - |
20 | | -Copyright 2019-2022 [RISC-V team][team] |
| 9 | +This project is developed and maintained by the [RISC-V team][team]. |
21 | 10 |
|
22 | | -Permission to use, copy, modify, and/or distribute this software for any purpose |
23 | | -with or without fee is hereby granted, provided that the above copyright notice |
24 | | -and this permission notice appear in all copies. |
| 11 | +### Contribution |
25 | 12 |
|
26 | | -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH |
27 | | -REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND |
28 | | -FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, |
29 | | -INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS |
30 | | -OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER |
31 | | -TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF |
32 | | -THIS SOFTWARE. |
| 13 | +Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the |
| 14 | +work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any |
| 15 | +additional terms or conditions. |
33 | 16 |
|
34 | 17 | ## Code of Conduct |
35 | 18 |
|
36 | 19 | Contribution to this crate is organized under the terms of the [Rust Code of |
37 | 20 | Conduct][CoC], the maintainer of this crate, the [RISC-V team][team], promises |
38 | 21 | to intervene to uphold that code of conduct. |
39 | 22 |
|
40 | | -[CoC]: CODE_OF_CONDUCT.md |
| 23 | +[`riscv`]: https://crates.io/crates/riscv |
| 24 | +[`riscv-rt`]: https://crates.io/crates/riscv-rt |
41 | 25 | [team]: https://github.com/rust-embedded/wg#the-risc-v-team |
| 26 | +[CoC]: CODE_OF_CONDUCT.md |
0 commit comments