aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor/src/arch
Commit message (Expand)AuthorAgeFilesLines
* executor: remove portable-atomic for riscv.Zheng Li2024-03-021-1/+1
* fixsodo2024-01-031-1/+1
* avr: sleep fixsodo2024-01-021-2/+5
* avr: support sleepsodo2024-01-011-2/+11
* add avr supportsodo2023-12-101-0/+60
* executor: rename macro crate to embassy-executor-macros, bump it.Dario Nieuwenhuis2023-12-074-4/+4
* 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-245-5/+0
* executor: remove atomic-polyfill.Dario Nieuwenhuis2023-11-152-13/+10
* executor: add missing `main` macro reexport on xtensa.Dario Nieuwenhuis2023-11-141-0/+3
* Yeet core::sync::atomic, remove futures-util depDániel Buga2023-11-061-1/+1
* update UninitCell::write call in arch::wasm tooHailey Somerville2023-09-141-2/+3
* Avoid dead code warningDániel Buga2023-08-261-3/+2
* Don't check context if only thread-mode is enabledDániel Buga2023-08-141-1/+2
* Fix fn nameDániel Buga2023-08-143-5/+5
* Remove interrupt executor, remove PenderContextDániel Buga2023-08-145-16/+14
* Remove the non-specific thread-mode executorDániel Buga2023-08-144-178/+358
* Make PenderContext opaqueDániel Buga2023-08-145-6/+8
* Remove the Pender enumDániel Buga2023-08-145-53/+84
* Remove thread-context featureDániel Buga2023-08-145-12/+0
* Tweak identifiers and commentsDániel Buga2023-08-124-33/+18
* Lift thread-context feature restrictionsDániel Buga2023-08-122-12/+17
* Remove unnecessary !Send markersDániel Buga2023-08-124-21/+5
* Remove Pender wrapperDániel Buga2023-08-121-4/+2
* POC: allow custom executorsDániel Buga2023-08-125-372/+190
* embassy-executor: introduce `InterruptExecutor::spawner()`Kaspar Schleiser2023-06-161-0/+15
* Work around xtensa deadlock, take 2Dániel Buga2023-05-131-12/+20
* re-export main_riscv macro as main for riscv arch.Roy Buitenhuis2023-04-111-0/+3
* executor: add Pender, rework Cargo features.Dario Nieuwenhuis2023-04-035-294/+496
* Remove unnecessary use of atomic-polyfill.Dario Nieuwenhuis2022-12-232-4/+2
* fix: revert race condition introduced for riscvUlf Lilleengen2022-11-231-5/+13
* restore SIGNAL_WORK_THREAD_MODESijmen Woutersen2022-11-121-1/+6
* riscv supportSijmen Woutersen2022-11-101-14/+1
* Remove Forever, switch to static_cell.Dario Nieuwenhuis2022-08-225-5/+5
* Split embassy-time from embassy-executor.Dario Nieuwenhuis2022-08-185-0/+366