esp-hal/esp-hal-embassy
2025-01-09 11:27:48 +00:00
..
src Remove all instance type params (#2907) 2025-01-09 11:27:48 +00:00
.clippy.toml Allow clippy to break API, ignore a few initialism errors (#2840) 2025-01-03 14:13:07 +00:00
build.rs Add validation to esp-config (#2475) 2024-11-12 10:14:14 +00:00
Cargo.toml Fix C-METADATA violations (#2874) 2025-01-02 09:44:27 +00:00
CHANGELOG.md Use _CONFIG_ to separate config prefix and key (#2848) 2025-01-03 14:36:30 +00:00
MIGRATING-0.3.md Fix embassy migration guide (#2393) 2024-10-23 13:49:20 +00:00
MIGRATING-0.4.md Clarify embassy migration guide (#2565) 2024-11-19 13:31:43 +00:00
MIGRATING-0.5.md Use _CONFIG_ to separate config prefix and key (#2848) 2025-01-03 14:36:30 +00:00
README.md Updates for Xtensa enabled 1.83 compiler (#2615) 2024-12-17 15:02:03 +00:00

esp-hal-embassy

Crates.io docs.rs MSRV Crates.io Matrix

Embassy support for esp-hal.

Note that this crate currently requires you to enable the unstable feature on esp-hal.

Documentation

Minimum Supported Rust Version (MSRV)

This crate is guaranteed to compile on stable Rust 1.83 and up. It might compile with older versions but that may change in any new patch release.

License

Licensed under either of:

at your option.

Contribution

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.