Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/riscv-rust/e310x-hal
Implementation of the `embedded-hal` traits for E310x microcontrollers
https://github.com/riscv-rust/e310x-hal
Last synced: 17 days ago
JSON representation
Implementation of the `embedded-hal` traits for E310x microcontrollers
- Host: GitHub
- URL: https://github.com/riscv-rust/e310x-hal
- Owner: riscv-rust
- Created: 2018-03-23T17:31:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-01T22:06:47.000Z (7 months ago)
- Last Synced: 2024-10-13T11:06:51.915Z (about 1 month ago)
- Language: Rust
- Size: 292 KB
- Stars: 17
- Watchers: 8
- Forks: 18
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-embedded-rust - `e310x-hal` - HAL for SiFive [Freedom E310](https://www.sifive.com/cores/e31) MCUs - [![crates.io](https://img.shields.io/crates/v/e310x-hal.svg)](https://crates.io/crates/e310x-hal) (HAL implementation crates / SiFive)
- rust-embedded - `e310x-hal` - HAL for SiFive [Freedom E310](https://www.sifive.com/cores/e31) MCUs - [![crates.io](https://img.shields.io/crates/v/e310x-hal.svg)](https://crates.io/crates/e310x-hal) (HAL implementation crates / SiFive)
README
[![crates.io](https://img.shields.io/crates/d/e310x-hal.svg)](https://crates.io/crates/e310x-hal)
[![crates.io](https://img.shields.io/crates/v/e310x-hal.svg)](https://crates.io/crates/e310x-hal)
[![Build Status](https://travis-ci.org/riscv-rust/e310x-hal.svg?branch=master)](https://travis-ci.org/riscv-rust/e310x-hal)# `e310x-hal`
> HAL for the E310x family of microcontrollers.
This project is developed and maintained by the [RISC-V team][team].
## [Documentation](https://docs.rs/crate/e310x-hal)
## Minimum Supported Rust Version (MSRV)
This crate is guaranteed to compile on stable Rust 1.60.0 and up. It *might*
compile with older versions but that may change in any new patch release.## License
Copyright 2018-2019 [RISC-V 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
and this permission notice appear in all copies.THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
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 [RISC-V team][team], promises
to intervene to uphold that code of conduct.[CoC]: CODE_OF_CONDUCT.md
[team]: https://github.com/rust-embedded/wg#the-risc-v-team