esp-hal/esp-hal-procmacros
Scott Mabin 93d31e76d8
Add InterruptHandler wrapper (#1299)
* Add InterruptHandler

* Which takes the handler and a prio.
* Updates the `#[handler]` macro to create this for us.

* changelog
2024-03-21 15:45:35 +00:00
..
src Add InterruptHandler wrapper (#1299) 2024-03-21 15:45:35 +00:00
Cargo.toml New package releases (#1249) 2024-03-08 14:01:07 +00:00
README.md Documentation improvements for esp-hal-procmacros 2023-10-27 08:27:06 -07:00

esp-hal-procmacros

Crates.io docs.rs Crates.io Matrix

Procedural macros for use with the esp-hal family of HAL packages.

Provides macros for:

  • Placing statics and functions into RAM
  • Marking interrupt handlers
  • Automatically creating an embassy executor instance and spawning the defined entry point

Documentation

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.