embassy/examples/stm32h7
Dario Nieuwenhuis 1f58e0efd0
executor: fix unsoundness due to impl Trait, improve macro error handling. (#3425)
* executor-macros: don't parse function bodies.

* executor-macros: refactor for better recovery and ide-friendliness on errors.

* executor-macros: disallow `impl Trait` in task arguments.

Fixes #3420

* Fix example using `impl Trait` in tasks.
2024-10-18 03:18:59 +02:00
..
.cargo Fix probe chip type in stm32h7 example 2023-07-31 10:17:44 +02:00
src/bin executor: fix unsoundness due to impl Trait, improve macro error handling. (#3425) 2024-10-18 03:18:59 +02:00
build.rs format 2024-05-03 08:17:29 -04:00
Cargo.toml Update smoltcp, embedded-nal-async to use the core::net IP addr types. 2024-10-07 00:22:44 +02:00
memory.x add example for bdma 2024-05-03 08:14:32 -04:00