aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor/src/arch/xtensa.rs
Commit message (Expand)AuthorAgeFilesLines
* executor: remove arch-xtensa.Dario Nieuwenhuis2023-12-031-89/+0
* executor: add support for main/task macros in stable (allocates tasks in an a...Dario Nieuwenhuis2023-11-241-1/+0
* executor: add missing `main` macro reexport on xtensa.Dario Nieuwenhuis2023-11-141-0/+3
* Fix fn nameDániel Buga2023-08-141-2/+2
* Remove interrupt executor, remove PenderContextDániel Buga2023-08-141-2/+2
* Remove the non-specific thread-mode executorDániel Buga2023-08-141-37/+61
* Make PenderContext opaqueDániel Buga2023-08-141-1/+1
* Remove the Pender enumDániel Buga2023-08-141-4/+4
* Remove thread-context featureDániel Buga2023-08-141-2/+0
* Tweak identifiers and commentsDániel Buga2023-08-121-9/+4
* Lift thread-context feature restrictionsDániel Buga2023-08-121-9/+10
* Remove unnecessary !Send markersDániel Buga2023-08-121-9/+2
* POC: allow custom executorsDániel Buga2023-08-121-65/+48
* Work around xtensa deadlock, take 2Dániel Buga2023-05-131-12/+20
* executor: add Pender, rework Cargo features.Dario Nieuwenhuis2023-04-031-62/+73
* Remove unnecessary use of atomic-polyfill.Dario Nieuwenhuis2022-12-231-2/+1
* Remove Forever, switch to static_cell.Dario Nieuwenhuis2022-08-221-1/+1
* Split embassy-time from embassy-executor.Dario Nieuwenhuis2022-08-181-0/+75