|
| 1 | +[](https://crates.io/crates/e310x-hal) |
| 2 | +[](https://crates.io/crates/e310x-hal) |
| 3 | +[](https://travis-ci.org/riscv-rust/e310x-hal) |
| 4 | + |
| 5 | +# `e310x-hal` |
| 6 | + |
| 7 | +> HAL for the E310x family of microcontrollers. |
| 8 | +
|
| 9 | +This project is developed and maintained by the [RISC-V team][team]. |
| 10 | + |
| 11 | +## [Documentation](https://docs.rs/crate/e310x-hal) |
| 12 | + |
| 13 | +## Minimum Supported Rust Version (MSRV) |
| 14 | + |
| 15 | +This crate is guaranteed to compile on stable Rust 1.60.0 and up. It *might* |
| 16 | +compile with older versions but that may change in any new patch release. |
| 17 | + |
| 18 | +## License |
| 19 | + |
| 20 | +Copyright 2018-2019 [RISC-V team][team] |
| 21 | + |
| 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. |
| 25 | + |
| 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. |
| 33 | + |
| 34 | +## Code of Conduct |
| 35 | + |
| 36 | +Contribution to this crate is organized under the terms of the [Rust Code of |
| 37 | +Conduct][CoC], the maintainer of this crate, the [RISC-V team][team], promises |
| 38 | +to intervene to uphold that code of conduct. |
| 39 | + |
| 40 | +[CoC]: CODE_OF_CONDUCT.md |
| 41 | +[team]: https://github.com/rust-embedded/wg#the-risc-v-team |
0 commit comments