| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | move spawn_named into trace.rs through TraceExt trait | Kat Perez | 2025-05-08 | 2 | -35/+45 | |
| | | ||||||
| * | change rtos-trace feature flag on tracing API to trace feature flag | Kat Perez | 2025-05-08 | 1 | -2/+2 | |
| | | ||||||
| * | remove unused tracing API | Kat Perez | 2025-05-08 | 1 | -29/+0 | |
| | | ||||||
| * | make tracing API functions internal | Kat Perez | 2025-05-08 | 1 | -2/+2 | |
| | | ||||||
| * | fix whitespace in the imports in trace.rs | Kat Perez | 2025-05-06 | 1 | -2/+3 | |
| | | ||||||
| * | use an intrusive linked list in TaskHeader to track tasks | Kat Perez | 2025-05-06 | 3 | -106/+163 | |
| | | ||||||
| * | add ID field to TaskHeader | Kat Perez | 2025-05-06 | 2 | -0/+20 | |
| | | ||||||
| * | remove name from TaskRegistry and retrieve from task header instead | Kat Perez | 2025-05-06 | 2 | -28/+8 | |
| | | ||||||
| * | add get/set for task name | Kat Perez | 2025-05-06 | 1 | -0/+15 | |
| | | ||||||
| * | add name to TaskHeader | Kat Perez | 2025-05-06 | 1 | -0/+4 | |
| | | ||||||
| * | whitespace in the documentation | Kat Perez | 2025-05-06 | 1 | -1/+1 | |
| | | ||||||
| * | add a stub implementation for spawn_named | Kat Perez | 2025-05-06 | 1 | -0/+7 | |
| | | | | | When rtos-trace is not enabled, spawn_named will use spawn instead | |||||
| * | add a task registry to tracing infrastructure | Kat Perez | 2025-05-06 | 3 | -2/+166 | |
| | | ||||||
| * | fix rustfmt | Phil-hacker | 2025-04-08 | 1 | -1/+2 | |
| | | ||||||
| * | fix compilation on anything not using the feature `arch-avr` | Phil-hacker | 2025-04-08 | 1 | -1/+3 | |
| | | ||||||
| * | fix the avr executor | Phil-hacker | 2025-04-08 | 1 | -1/+3 | |
| | | ||||||
| * | update `avr_device` | Phil-hacker | 2025-04-08 | 1 | -1/+1 | |
| | | ||||||
| * | Merge pull request #4046 from outfoxxed/main-macro-executor | Dario Nieuwenhuis | 2025-04-07 | 1 | -0/+2 | |
| |\ | | | | | | | executor: add executor selection to #[embassy_executor::main] | |||||
| | * | executor: add executor selection to #[embassy_executor::main] | outfoxxed | 2025-04-06 | 1 | -0/+2 | |
| | | | ||||||
| * | | Merge pull request #4049 from kaspar030/executor_id | Dario Nieuwenhuis | 2025-04-06 | 2 | -0/+10 | |
| |\ \ | | | | | | | | | | embassy-executor: introduce `Executor::id()`, `Spawner::executor_id()` | |||||
| | * | | embassy_executor: introduce `Spawner::executor_id()` | Kaspar Schleiser | 2025-04-04 | 1 | -0/+5 | |
| | | | | ||||||
| | * | | embassy-executor: introduce `Executor::id()` | Kaspar Schleiser | 2025-04-04 | 1 | -0/+5 | |
| | | | | ||||||
| * | | | embassy-sync, executor/wasm: don't select critical-section impl for std | Dániel Buga | 2025-04-06 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | disable critical-section/std for arch-std in embassy-executor | Åke Amcoff | 2025-04-05 | 1 | -1/+1 | |
| |/ / | ||||||
| * | | Fix some intra-doc links | James Munns | 2025-04-03 | 2 | -5/+6 | |
| | | | ||||||
| * | | Minor docs improvements | James Munns | 2025-04-01 | 1 | -7/+11 | |
| | | | ||||||
| * | | Remove notes about stability | James Munns | 2025-04-01 | 1 | -5/+0 | |
| | | | ||||||
| * | | Small grammar fixes | James Munns | 2025-04-01 | 1 | -1/+1 | |
| | | | ||||||
| * | | Fix task_end callback | James Munns | 2025-04-01 | 2 | -3/+7 | |
| | | | ||||||
| * | | Reorder doc comments for format reasons | James Munns | 2025-04-01 | 1 | -3/+3 | |
| | | | ||||||
| * | | Finish trailing sentence | James Munns | 2025-04-01 | 1 | -1/+1 | |
| | | | ||||||
| * | | Add docs, add `task_end` trace point | James Munns | 2025-04-01 | 2 | -0/+161 | |
| |/ | ||||||
| * | Move macro helper functions to embassy-executor | Matthew Tran | 2025-03-29 | 1 | -0/+26 | |
| | | ||||||
| * | Add test | Matthew Tran | 2025-03-29 | 3 | -0/+16 | |
| | | ||||||
| * | Statically allocate task pools on stable Rust. | Dario Nieuwenhuis | 2025-03-28 | 4 | -288/+104 | |
| | | | | | | | Thanks @0e4ef622 for the awesome idea of how to do it and the first implementation. Co-Authored-By: Matthew Tran <[email protected]> | |||||
| * | Fix comment | Murmele | 2025-03-17 | 1 | -1/+1 | |
| | | ||||||
| * | Add possibility to get the id of a task to be able to use it with rtos-trace | Martin Marmsoler | 2025-03-14 | 1 | -0/+9 | |
| | | | | Files: spawner.rs | |||||
| * | improve SpawnError::Busy message | James Sizeland | 2025-02-03 | 1 | -3/+17 | |
| | | ||||||
| * | Fix year in changelog | Lukáš Poláček | 2025-01-12 | 1 | -1/+1 | |
| | | ||||||
| * | fix typo in executor README.md | Jonas Spinner | 2025-01-06 | 1 | -1/+1 | |
| | | ||||||
| * | Release embassy-executor v0.7.0, embassy-time v0.4.0, embassy-time-driver ↵ | Dario Nieuwenhuis | 2025-01-02 | 1 | -5/+4 | |
| | | | | | v0.2.0. | |||||
| * | Desugar some async fns | Dániel Buga | 2024-12-30 | 1 | -5/+3 | |
| | | ||||||
| * | Impl core::err::Error for SpawnError | wackazong | 2024-12-23 | 1 | -0/+10 | |
| | | ||||||
| * | Rename ETQD, bump date | Dániel Buga | 2024-12-22 | 1 | -1/+1 | |
| | | ||||||
| * | Prepare new embassy-time-*driver, embassy-executor, embassy-time | Dániel Buga | 2024-12-22 | 2 | -3/+4 | |
| | | ||||||
| * | Make poll_to_despawn a no_op | Dániel Buga | 2024-12-17 | 1 | -5/+3 | |
| | | ||||||
| * | Don't force a wake to despawn | Dániel Buga | 2024-12-17 | 2 | -5/+4 | |
| | | ||||||
| * | Make poll_to_despawn non-generic | Dániel Buga | 2024-12-17 | 1 | -7/+7 | |
| | | ||||||
| * | Update state diagram | Dániel Buga | 2024-12-17 | 1 | -22/+21 | |
| | | ||||||
| * | Update tests | Dániel Buga | 2024-12-17 | 1 | -0/+3 | |
| | | ||||||
