aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor/src/raw
Commit message (Expand)AuthorAgeFilesLines
* Executor: Replace unnecessary atomics in runqueueGrant Miller2023-04-131-9/+16
* executor: Replace unsound critical sections with atomicsGrant Miller2023-04-052-21/+25
* executor: add Pender, rework Cargo features.Dario Nieuwenhuis2023-04-031-21/+76
* executor,sync: add support for turbo-wakers.Dario Nieuwenhuis2023-03-302-0/+35
* 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-203-49/+150
* 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-312-27/+14
* Make `wake_task` safeGrant Miller2023-01-291-9/+7
* executor: Replace `NonNull<TaskHeader>` with `TaskRef`Grant Miller2023-01-294-52/+72
* 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-185-0/+673