aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor-macros/src
Commit message (Expand)AuthorAgeFilesLines
* executor: add executor selection to #[embassy_executor::main]outfoxxed2025-04-062-5/+67
* Move macro helper functions to embassy-executorMatthew Tran2025-03-291-32/+3
* Fix ugly compiler errorsMatthew Tran2025-03-291-10/+16
* Statically allocate task pools on stable Rust.Dario Nieuwenhuis2025-03-281-2/+36
* preserve user attributesRobin Mueller2025-03-101-0/+6
* Update main.rsVictor LEFEBVRE2025-02-051-0/+1
* executor: allow overriding `embassy_executor` path in `task` macroKaspar Schleiser2024-11-041-4/+13
* executor-macros: improve error messages.Dario Nieuwenhuis2024-10-201-2/+24
* executor: fix unsoundness due to `impl Trait`, improve macro error handling. ...Dario Nieuwenhuis2024-10-186-286/+302
* executor/spin: introduce an architecture agnostic executorDummyc0m2024-10-062-1/+57
* executor: Use spawner.must_spawn(...) for wasm tooJ. Neuschäfer2024-07-121-1/+1
* Merge pull request #2718 from embassy-rs/update-nightly44Dario Nieuwenhuis2024-03-201-1/+0
|\
| * Fix warnings in recent nightly.Dario Nieuwenhuis2024-03-201-1/+0
* | oopsGrant Miller2024-02-231-1/+1
* | Improve hygieneGrant Miller2024-02-141-5/+4
* | wipGrant Miller2024-02-141-3/+15
|/
* Merge remote-tracking branch 'origin'sodo2024-01-021-4/+15
|\
| * Extend the task macro to allow cfging arguments awayScott Mabin2023-12-311-4/+15
* | add avr supportsodo2023-12-102-0/+21
|/
* executor: rename macro crate to embassy-executor-macros, bump it.Dario Nieuwenhuis2023-12-076-0/+503