esp-hal/esp-hal-embassy
2025-01-09 18:59:57 +01:00
..
src Update config separator, test the complex variant 2025-01-09 18:59:57 +01:00
.clippy.toml Allow clippy to break API, ignore a few initialism errors (#2840) 2025-01-03 14:13:07 +00:00
build.rs Update config separator, test the complex variant 2025-01-09 18:59:57 +01:00
Cargo.toml Remove patches 2025-01-09 18:59:57 +01:00
CHANGELOG.md Remove patches 2025-01-09 18:59:57 +01:00
MIGRATING-0.3.md
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.