esp-hal/esp-hal-embassy
Jesse Braham cf10f07a9e
Add validation to esp-config (#2475)
* Clean up and re-organize `lib.rs` a bit (sorry)

* Add configuration validation, some other refactoring/improvements

* Add a built-in range validator, re-document the `generate_config` function

* Update build scripts to reflect new configuration API
2024-11-12 10:14:14 +00:00
..
src Systimer improvements (#2451) 2024-11-04 11:36:34 +00:00
build.rs Add validation to esp-config (#2475) 2024-11-12 10:14:14 +00:00
Cargo.toml Add option to disable waiti (#2329) 2024-10-30 08:12:15 +00:00
CHANGELOG.md Systimer improvements (#2451) 2024-11-04 11:36:34 +00:00
MIGRATING-0.3.md Fix embassy migration guide (#2393) 2024-10-23 13:49:20 +00:00
MIGRATING-0.4.md Add new living migration guides (#2327) 2024-10-10 12:44:28 +00:00
README.md Extract embassy support into esp-hal-embassy package (#1595) 2024-06-03 11:27:20 +00:00

esp-hal-embassy

Crates.io docs.rs MSRV Crates.io Matrix

Embassy support for esp-hal.

Documentation

Minimum Supported Rust Version (MSRV)

This crate is guaranteed to compile on stable Rust 1.76 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.