esp-hal/esp-hal-embassy
Scott Mabin 85d30e9816
Updates for Xtensa enabled 1.83 compiler (#2615)
* test ci

* fix ci with new compiler

* god bless clippy fix

* refmuts

* clippy

* tests work

* use new compiler

* use new compiler

* bump MSRV of esp-hal and crates that depend on esp-hal

* fix eyesore

* clippy again

* remove hardcoded compiler version

* bump rust-version as well

* note MSRV bump in changelog
2024-12-17 15:02:03 +00:00
..
src Add priority-limited locks (#2684) 2024-12-16 08:39:42 +00:00
build.rs Add validation to esp-config (#2475) 2024-11-12 10:14:14 +00:00
Cargo.toml Updates for Xtensa enabled 1.83 compiler (#2615) 2024-12-17 15:02:03 +00:00
CHANGELOG.md Updates for Xtensa enabled 1.83 compiler (#2615) 2024-12-17 15:02:03 +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 Add new migration guides (#2571) 2024-11-21 09:05:33 +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.