aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor/src/arch/cortex_m.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix some intra-doc linksJames Munns2025-04-031-4/+5
* Refactor integrated-timersDániel Buga2024-12-101-6/+0
* Add initializeDániel Buga2024-11-191-0/+6
* executor: rename macro crate to embassy-executor-macros, bump it.Dario Nieuwenhuis2023-12-071-1/+1
* executor: add support for main/task macros in stable (allocates tasks in an a...Dario Nieuwenhuis2023-11-241-1/+0
* executor: remove atomic-polyfill.Dario Nieuwenhuis2023-11-151-12/+9
* 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
* Remove interrupt executor, remove PenderContextDániel Buga2023-08-141-5/+4
* Remove the non-specific thread-mode executorDániel Buga2023-08-141-86/+200
* Make PenderContext opaqueDániel Buga2023-08-141-2/+4
* Remove the Pender enumDániel Buga2023-08-141-36/+67
* Remove thread-context featureDániel Buga2023-08-141-2/+0
* Tweak identifiers and commentsDániel Buga2023-08-121-9/+4
* Remove unnecessary !Send markersDániel Buga2023-08-121-3/+1
* POC: allow custom executorsDániel Buga2023-08-121-182/+56
* embassy-executor: introduce `InterruptExecutor::spawner()`Kaspar Schleiser2023-06-161-0/+15
* executor: add Pender, rework Cargo features.Dario Nieuwenhuis2023-04-031-44/+194
* Remove Forever, switch to static_cell.Dario Nieuwenhuis2022-08-221-1/+1
* Split embassy-time from embassy-executor.Dario Nieuwenhuis2022-08-181-0/+59