aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor/src/raw/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* executor: Replace unsound critical sections with atomicsGrant Miller2023-04-051-15/+13
* executor: add Pender, rework Cargo features.Dario Nieuwenhuis2023-04-031-21/+76
* executor,sync: add support for turbo-wakers.Dario Nieuwenhuis2023-03-301-0/+1
* executor: Use AtomicPtr for signal_ctx, removes 1 unsafe.Dario Nieuwenhuis2023-03-271-6/+4
* executor: deduplicate doc comments.Dario Nieuwenhuis2023-03-271-24/+1
* executor: Allow TaskStorage to auto-implement `Sync`Grant Miller2023-03-201-44/+112
* Make `poll_fn` lazily initialized againGrant Miller2023-01-311-3/+5
* Add internal `AvailableTask` typeGrant Miller2023-01-311-28/+40
* Replace the pointer in `TaskHeader` with an `Option<&Executor>`Grant Miller2023-01-311-5/+5
* Set `poll_fn` in `TaskStorage::new`Grant Miller2023-01-311-21/+14
* Make `wake_task` safeGrant Miller2023-01-291-9/+7
* executor: Replace `NonNull<TaskHeader>` with `TaskRef`Grant Miller2023-01-291-18/+45
* Remove the _embassy_time_schedule_wake magicivmarkov2022-10-261-6/+13
* Change time Driver contract to never fire the alarm synchronouslyivmarkov2022-10-241-32/+40
* Remove warningsUlf Lilleengen2022-08-221-2/+2
* Merge branch 'master' of https://github.com/embassy-rs/embassy into rtos-traceQuentin Smith2022-08-191-0/+35
* Split embassy-time from embassy-executor.Dario Nieuwenhuis2022-08-181-0/+428