esp-hal/esp-metadata
Jesse Braham 8aee84f842
[3/3] Timer abstraction: cleanup, simplification, and documentation (#1630)
* Add a new `timg_timer1` symbol to `esp-metadata` definitions

* Make `Timer::load_value` fallible (when the value is too large)

* Clean up, simplify, and document the `timer` module and its submodules

* Fix various issues

* Update the timeout value verification for `SYSTIMER`

* Clippy

* Introduce new `PERIOD_MASK` constant for validating timeout values
2024-05-28 14:12:06 +00:00
..
devices [3/3] Timer abstraction: cleanup, simplification, and documentation (#1630) 2024-05-28 14:12:06 +00:00
src Add a lint-packages subcommand to xtask, use in CI workflow (#1594) 2024-05-24 20:00:04 +00:00
Cargo.toml Create the esp-metadata package, update esp-hal build script to use it (#1256) 2024-03-13 12:27:24 +00:00
README.md Update READMEs, housekeeping (#1339) 2024-03-22 17:11:20 +00:00

esp-metadata

Crates.io docs.rs MSRV Crates.io Matrix

Metadata for Espressif devices, intended for use in build scripts.

Documentation

Minimum Supported Rust Version (MSRV)

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