aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor
Commit message (Expand)AuthorAgeFilesLines
* fix rustfmtPhil-hacker2025-04-081-1/+2
* fix compilation on anything not using the feature `arch-avr`Phil-hacker2025-04-081-1/+3
* fix the avr executorPhil-hacker2025-04-081-1/+3
* update `avr_device`Phil-hacker2025-04-081-1/+1
* Merge pull request #4046 from outfoxxed/main-macro-executorDario Nieuwenhuis2025-04-071-0/+2
|\
| * executor: add executor selection to #[embassy_executor::main]outfoxxed2025-04-061-0/+2
* | Merge pull request #4049 from kaspar030/executor_idDario Nieuwenhuis2025-04-062-0/+10
|\ \
| * | embassy_executor: introduce `Spawner::executor_id()`Kaspar Schleiser2025-04-041-0/+5
| * | embassy-executor: introduce `Executor::id()`Kaspar Schleiser2025-04-041-0/+5
* | | embassy-sync, executor/wasm: don't select critical-section impl for stdDániel Buga2025-04-061-1/+1
* | | disable critical-section/std for arch-std in embassy-executorÅke Amcoff2025-04-051-1/+1
|/ /
* | Fix some intra-doc linksJames Munns2025-04-032-5/+6
* | Minor docs improvementsJames Munns2025-04-011-7/+11
* | Remove notes about stabilityJames Munns2025-04-011-5/+0
* | Small grammar fixesJames Munns2025-04-011-1/+1
* | Fix task_end callbackJames Munns2025-04-012-3/+7
* | Reorder doc comments for format reasonsJames Munns2025-04-011-3/+3
* | Finish trailing sentenceJames Munns2025-04-011-1/+1
* | Add docs, add `task_end` trace pointJames Munns2025-04-012-0/+161
|/
* Move macro helper functions to embassy-executorMatthew Tran2025-03-291-0/+26
* Add testMatthew Tran2025-03-293-0/+16
* Statically allocate task pools on stable Rust.Dario Nieuwenhuis2025-03-284-288/+104
* Fix commentMurmele2025-03-171-1/+1
* Add possibility to get the id of a task to be able to use it with rtos-traceMartin Marmsoler2025-03-141-0/+9
* improve SpawnError::Busy messageJames Sizeland2025-02-031-3/+17
* Fix year in changelogLukáš Poláček2025-01-121-1/+1
* fix typo in executor README.mdJonas Spinner2025-01-061-1/+1
* Release embassy-executor v0.7.0, embassy-time v0.4.0, embassy-time-driver v0....Dario Nieuwenhuis2025-01-021-5/+4
* Desugar some async fnsDániel Buga2024-12-301-5/+3
* Impl core::err::Error for SpawnErrorwackazong2024-12-231-0/+10
* Rename ETQD, bump dateDániel Buga2024-12-221-1/+1
* Prepare new embassy-time-*driver, embassy-executor, embassy-timeDániel Buga2024-12-222-3/+4
* Make poll_to_despawn a no_opDániel Buga2024-12-171-5/+3
* Don't force a wake to despawnDániel Buga2024-12-172-5/+4
* Make poll_to_despawn non-genericDániel Buga2024-12-171-7/+7
* Update state diagramDániel Buga2024-12-171-22/+21
* Update testsDániel Buga2024-12-171-0/+3
* Swap poll_fn to allow polling exited tasksDániel Buga2024-12-176-34/+25
* Take critical section instead of unsafeDániel Buga2024-12-173-14/+22
* Simplify ARM run_enqueueDániel Buga2024-12-171-18/+3
* Set RUN_QUEUED unconditionallyDániel Buga2024-12-176-21/+142
* Document task states and state transitionsDániel Buga2024-12-171-0/+38
* Merge pull request #3656 from bugadani/timer-queue-specialDario Nieuwenhuis2024-12-178-151/+64
|\
| * Remove test implementation of schedule_wakeDániel Buga2024-12-161-4/+0
| * Remove TIMER_QUEUEDDániel Buga2024-12-163-91/+2
| * ChangelogDániel Buga2024-12-161-0/+1
| * Remove special handling of integrated timer itemsDániel Buga2024-12-162-34/+0
| * Attach payload to TimerQueueItemDániel Buga2024-12-162-0/+61
| * Remove special handling of integrated timer queueDániel Buga2024-12-161-22/+0
* | Remove WakerHack for good.Dario Nieuwenhuis2024-12-171-13/+2
|/