esp-hal/esp-hal-embassy
Dániel Buga 5135965116
Hide most of the unstable peripherals (#2667)
* Hide most of the unstable peripherals

* Lint with correct toolchain, lint with unstable enabled

* Require unstable feature and lint using it

* Auto-lint xtensas with esp toolchain

* Fix msrv and ieee802154

* Add feature to examples

* Don't require building ieee802154 for all examples

* Mark modules in documentation
2024-12-06 11:03:56 +00:00
..
src Hide most of the unstable peripherals (#2667) 2024-12-06 11:03:56 +00:00
build.rs Add validation to esp-config (#2475) 2024-11-12 10:14:14 +00:00
Cargo.toml New package releases (#2569) 2024-11-20 09:16:33 +00:00
CHANGELOG.md Rewrite time driver (#2559) 2024-11-25 17:02:47 +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 Hide most of the unstable peripherals (#2667) 2024-12-06 11:03:56 +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.79 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.