rtic/macros
Emil Fresk b48a95e879 Fix codegen when having executor at multiple priorities
The codegen generated code for all executors in all
dispatchers, which caused some weird bugs.
Also the definition of an executor was not generated
globally, this caused use after free errors when having
multiple priority levels.
2022-08-05 09:00:46 +02:00
..
src Fix codegen when having executor at multiple priorities 2022-08-05 09:00:46 +02:00
Cargo.toml Starting to implement async task codgen 2022-08-03 11:30:32 +02:00