https://github.com/esp-rs/esp-hal-community
https://github.com/esp-rs/esp-hal-community
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/esp-rs/esp-hal-community
- Owner: esp-rs
- License: apache-2.0
- Created: 2024-09-16T14:25:06.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-27T11:39:52.000Z (over 1 year ago)
- Last Synced: 2025-03-30T14:09:44.304Z (over 1 year ago)
- Language: Rust
- Size: 22.5 KB
- Stars: 19
- Watchers: 7
- Forks: 21
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
- awesome-esp-rust - esp-hal-community - A collection of community-maintained crates for use alongside `esp-hal`. (Libraries built on top of `esp-hal`)
README
# esp-hal-community


[](https://matrix.to/#/#esp-rs:matrix.org)
A collection of crates for use alongside [esp-hal], but which are maintained by the community.
[esp-hal]: https://github.com/esp-rs/esp-hal/
## Contributing a Crate
If you have a crate which depends on `esp-hal` and provides some additional functionality, we encourage you to contribute it to this repository!
When opening a pull request to add a new crate, we ask that you please ensure the following criteria are met:
- The new crate follows the `esp-hal-*` naming convention
- The new crate contains `CHANGELOG.md` and `README.md` files, following the formatting of other crates in this repository
- The new crate is added to the CI workflow
- The new crate has been added to `CODEOWNERS` along with your username
- If you are unable or unwilling to take ownership of this crate for whatever reason, please state such in your pull request and we can try to find an owner for it
Upon approval of your pull request, you will be granted Maintainer privileges on the repository and be added as an owner on [crates.io], assuming you are commiting to be code owner for the added crate.
[crates.io]: https://crates.io
## License
Licensed under either of:
- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
at your option.
### Contribution notice
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in
the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without
any additional terms or conditions.