esp-hal/esp-hal-procmacros
Dániel Buga fce510f50a
Disable object's unnecessary features in proc macro that loads LP code (#2018)
* Disable object/decompress

* Only enable elf support in object
2024-08-30 14:37:27 +00:00
..
src Re-export the esp_hal_procmacros::main macro from esp-hal-embassy instead of esp-hal (#1828) 2024-07-18 09:31:03 +00:00
Cargo.toml Disable object's unnecessary features in proc macro that loads LP code (#2018) 2024-08-30 14:37:27 +00:00
README.md Update READMEs, housekeeping (#1339) 2024-03-22 17:11:20 +00:00

esp-hal-procmacros

Crates.io docs.rs MSRV Crates.io Matrix

Procedural macros for use with esp-hal and other related packages.

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.