index
:
embassy
cyw43-link-status-update
fix-input-sync-bypass
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
embassy-executor
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make AvailableTask public, deduplicate
Dániel Buga
2023-08-21
2
-51
/
+65
*
Update docs
Dániel Buga
2023-08-14
1
-24
/
+25
*
Don't check context if only thread-mode is enabled
Dániel Buga
2023-08-14
1
-1
/
+2
*
Hide Pender
Dániel Buga
2023-08-14
1
-2
/
+2
*
Fix fn name
Dániel Buga
2023-08-14
3
-5
/
+5
*
Remove interrupt executor, remove PenderContext
Dániel Buga
2023-08-14
8
-164
/
+19
*
Make PenderContext actually pointer-size
Dániel Buga
2023-08-14
1
-1
/
+1
*
Remove the non-specific thread-mode executor
Dániel Buga
2023-08-14
7
-268
/
+361
*
Make PenderContext opaque
Dániel Buga
2023-08-14
6
-8
/
+29
*
Remove the Pender enum
Dániel Buga
2023-08-14
8
-101
/
+98
*
Remove pender-callback
Dániel Buga
2023-08-14
1
-19
/
+0
*
Remove thread-context feature
Dániel Buga
2023-08-14
7
-29
/
+3
*
Tweak identifiers and comments
Dániel Buga
2023-08-12
6
-47
/
+50
*
Lift thread-context feature restrictions
Dániel Buga
2023-08-12
2
-12
/
+17
*
Remove unnecessary !Send markers
Dániel Buga
2023-08-12
4
-21
/
+5
*
Remove Pender wrapper
Dániel Buga
2023-08-12
4
-29
/
+27
*
POC: allow custom executors
Dániel Buga
2023-08-12
9
-376
/
+433
*
add wake_task_no_pend for expired timer enqueue inside run_queue
loris
2023-08-05
1
-1
/
+26
*
Allow clearing finished task from timer queue
Dániel Buga
2023-07-12
1
-0
/
+3
*
embassy-executor: introduce `InterruptExecutor::spawner()`
Kaspar Schleiser
2023-06-16
1
-0
/
+15
*
Work around xtensa deadlock, take 2
Dániel Buga
2023-05-13
1
-12
/
+20
*
Executor: Replace unnecessary atomics in runqueue
Grant Miller
2023-04-13
1
-9
/
+16
*
re-export main_riscv macro as main for riscv arch.
Roy Buitenhuis
2023-04-11
1
-0
/
+3
*
executor: Replace unsound critical sections with atomics
Grant Miller
2023-04-05
2
-21
/
+25
*
executor: add Pender, rework Cargo features.
Dario Nieuwenhuis
2023-04-03
7
-356
/
+602
*
executor: unify export mod.
Dario Nieuwenhuis
2023-04-03
1
-8
/
+4
*
executor,sync: add support for turbo-wakers.
Dario Nieuwenhuis
2023-03-30
2
-0
/
+35
*
executor: Use AtomicPtr for signal_ctx, removes 1 unsafe.
Dario Nieuwenhuis
2023-03-27
1
-6
/
+4
*
executor: deduplicate doc comments.
Dario Nieuwenhuis
2023-03-27
1
-24
/
+1
*
executor: Allow TaskStorage to auto-implement `Sync`
Grant Miller
2023-03-20
4
-57
/
+154
*
Make `poll_fn` lazily initialized again
Grant Miller
2023-01-31
1
-3
/
+5
*
Add internal `AvailableTask` type
Grant Miller
2023-01-31
1
-28
/
+40
*
Replace the pointer in `TaskHeader` with an `Option<&Executor>`
Grant Miller
2023-01-31
2
-11
/
+11
*
Set `poll_fn` in `TaskStorage::new`
Grant Miller
2023-01-31
2
-27
/
+14
*
Make `wake_task` safe
Grant Miller
2023-01-29
1
-9
/
+7
*
executor: Replace `NonNull<TaskHeader>` with `TaskRef`
Grant Miller
2023-01-29
5
-57
/
+76
*
Remove unnecessary use of atomic-polyfill.
Dario Nieuwenhuis
2022-12-23
2
-4
/
+2
*
Merge #1071
bors[bot]
2022-11-23
1
-1
/
+9
|
\
|
*
refactor: autodetect macro variant
Ulf Lilleengen
2022-11-23
1
-1
/
+9
*
|
fix: revert race condition introduced for riscv
Ulf Lilleengen
2022-11-23
1
-5
/
+13
|
/
*
restore SIGNAL_WORK_THREAD_MODE
Sijmen Woutersen
2022-11-12
1
-1
/
+6
*
riscv support
Sijmen Woutersen
2022-11-10
1
-14
/
+1
*
Remove the _embassy_time_schedule_wake magic
ivmarkov
2022-10-26
1
-6
/
+13
*
Change time Driver contract to never fire the alarm synchronously
ivmarkov
2022-10-24
1
-32
/
+40
*
Replace futures::future::poll_fn -> core::future::poll_fn.
Dario Nieuwenhuis
2022-09-22
1
-2
/
+1
*
Remove warnings
Ulf Lilleengen
2022-08-22
1
-2
/
+2
*
Remove Forever, switch to static_cell.
Dario Nieuwenhuis
2022-08-22
6
-5
/
+11
*
Merge branch 'master' of https://github.com/embassy-rs/embassy into rtos-trace
Quentin Smith
2022-08-19
22
-1275
/
+61
|
\
|
*
Split embassy-time from embassy-executor.
Dario Nieuwenhuis
2022-08-18
22
-1276
/
+57
*
|
Add separate feature flag to enable interrupt tracing
Quentin Smith
2022-08-16
1
-6
/
+6
[next]