esp-hal/esp-hal-embassy
Dániel Buga 337b3cc6b7
Use _CONFIG_ to separate config prefix and key (#2848)
* Use two underscores to separate prefix

* Change separator to _CONFIG_

---------

Co-authored-by: Scott Mabin <scott@mabez.dev>
2025-01-03 14:36:30 +00:00
..
src Remove prelude (#2845) 2024-12-20 10:24:57 +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.