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
*
Move macro helper functions to embassy-executor
Matthew Tran
2025-03-29
1
-0
/
+26
*
Statically allocate task pools on stable Rust.
Dario Nieuwenhuis
2025-03-28
1
-75
/
+103
*
Fix comment
Murmele
2025-03-17
1
-1
/
+1
*
Add possibility to get the id of a task to be able to use it with rtos-trace
Martin Marmsoler
2025-03-14
1
-0
/
+9
*
improve SpawnError::Busy message
James Sizeland
2025-02-03
1
-3
/
+17
*
Desugar some async fns
Dániel Buga
2024-12-30
1
-5
/
+3
*
Impl core::err::Error for SpawnError
wackazong
2024-12-23
1
-0
/
+10
*
Make poll_to_despawn a no_op
Dániel Buga
2024-12-17
1
-5
/
+3
*
Don't force a wake to despawn
Dániel Buga
2024-12-17
1
-2
/
+4
*
Make poll_to_despawn non-generic
Dániel Buga
2024-12-17
1
-7
/
+7
*
Update state diagram
Dániel Buga
2024-12-17
1
-22
/
+21
*
Swap poll_fn to allow polling exited tasks
Dániel Buga
2024-12-17
6
-34
/
+25
*
Take critical section instead of unsafe
Dániel Buga
2024-12-17
3
-14
/
+22
*
Simplify ARM run_enqueue
Dániel Buga
2024-12-17
1
-18
/
+3
*
Set RUN_QUEUED unconditionally
Dániel Buga
2024-12-17
4
-21
/
+8
*
Document task states and state transitions
Dániel Buga
2024-12-17
1
-0
/
+38
*
Merge pull request #3656 from bugadani/timer-queue-special
Dario Nieuwenhuis
2024-12-17
5
-147
/
+47
|
\
|
*
Remove TIMER_QUEUED
Dániel Buga
2024-12-16
3
-91
/
+2
|
*
Remove special handling of integrated timer items
Dániel Buga
2024-12-16
2
-34
/
+0
|
*
Attach payload to TimerQueueItem
Dániel Buga
2024-12-16
1
-0
/
+45
|
*
Remove special handling of integrated timer queue
Dániel Buga
2024-12-16
1
-22
/
+0
*
|
Remove WakerHack for good.
Dario Nieuwenhuis
2024-12-17
1
-13
/
+2
|
/
*
Rely on atomic load-store on all targets
Dániel Buga
2024-12-16
2
-68
/
+25
*
Fix racy access of TaskHeader::executor
Dániel Buga
2024-12-16
4
-13
/
+75
*
Only lock once to wake a task
Dániel Buga
2024-12-16
6
-40
/
+73
*
Zero-inizialize expires_at
Dániel Buga
2024-12-16
1
-1
/
+1
*
Fix comments and tweak task exit
Dániel Buga
2024-12-15
2
-8
/
+18
*
Make sure an exited task does not get stuck in a timer queue
Dániel Buga
2024-12-15
1
-0
/
+14
*
Make `integrated-timers` the default, remove Cargo feature.
Dario Nieuwenhuis
2024-12-15
5
-33
/
+8
*
Prevent task from respawning while in the timer queue
Dániel Buga
2024-12-13
5
-4
/
+152
*
Move integrated timer queue into time-queue-driver
Dániel Buga
2024-12-12
2
-90
/
+11
*
Do not access task header
Dániel Buga
2024-12-10
2
-8
/
+12
*
Remove TIMER_QUEUED state
Dániel Buga
2024-12-10
4
-58
/
+4
*
Refactor integrated-timers
Dániel Buga
2024-12-10
9
-167
/
+88
*
Extend tracing api to support executor id and end task
Ulf Lilleengen
2024-12-09
2
-40
/
+102
*
Add initialize
Dániel Buga
2024-11-19
7
-5
/
+42
*
Only set callback once
Dániel Buga
2024-11-19
1
-5
/
+7
*
executor: compare vtable addr instead of contents.
Dario Nieuwenhuis
2024-11-12
1
-1
/
+3
*
executor: use WakerHack unconditionally even if `nightly` feature is enabled....
Dario Nieuwenhuis
2024-11-12
2
-32
/
+11
*
Detect and allow older nightlies
Dániel Buga
2024-11-06
2
-1
/
+11
*
executor/spin: introduce an architecture agnostic executor
Dummyc0m
2024-10-06
2
-1
/
+67
*
fix: remove stable nightly feature
Oleksandr Babak
2024-09-06
1
-1
/
+0
*
fix: nightly api changed during the night
Oleksandr Babak
2024-09-06
1
-2
/
+1
*
Reduced define for 'unreachable!' to a single macro rule
Tarun Singh
2024-07-17
1
-10
/
+6
*
Add collapse_debuginfo to fmt.rs macros.
Dario Nieuwenhuis
2024-06-17
1
-0
/
+17
*
minimize cfg code in task_from_waker
zjp
2024-06-13
1
-26
/
+23
*
put cfg code inside task_from_waker function
zjp
2024-06-13
1
-36
/
+26
*
fix warning on unused import
zjp
2024-06-09
1
-2
/
+1
*
use nightly waker_getters APIs
zjp
2024-06-09
2
-0
/
+26
*
Fix warnings in recent nightly.
Dario Nieuwenhuis
2024-03-20
1
-1
/
+1
[next]