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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update Rust.
Dario Nieuwenhuis
2025-09-22
2
-4
/
+4
*
Update manifests to satisfy new checks.
Dario Nieuwenhuis
2025-09-22
1
-0
/
+6
*
ci: use devtool to build.
Dario Nieuwenhuis
2025-09-11
1
-0
/
+25
*
executor: add priority scheduler.
Dario Nieuwenhuis
2025-09-11
5
-13
/
+62
*
executor: make Deadline actually private.
Dario Nieuwenhuis
2025-09-11
5
-27
/
+13
*
Fix metadata
Dion Dokter
2025-09-11
1
-2
/
+2
*
Fix example
Dion Dokter
2025-09-11
1
-1
/
+1
*
Make requested API changes
Dion Dokter
2025-09-11
5
-124
/
+71
*
Add more metadata
Dion Dokter
2025-09-11
1
-0
/
+1
*
Happy CI :)
Dion Dokter
2025-09-11
2
-4
/
+2
*
Introduce metadata-deadline and let the EDF scheduler use it
diondokter
2025-09-11
5
-23
/
+36
*
Add some docs
Dion Dokter
2025-09-11
1
-1
/
+5
*
Change deadline to use internal atomics
Dion Dokter
2025-09-11
3
-58
/
+55
*
Rename, remove excess mut
James Munns
2025-09-11
1
-5
/
+5
*
Regular comments not doc comments
James Munns
2025-09-11
1
-12
/
+12
*
Replace use of RefCell with UnsafeCell
James Munns
2025-09-11
1
-4
/
+17
*
Update to use critical-section::Mutex instead of mutex::BlockingMutex
James Munns
2025-09-11
2
-15
/
+17
*
fmt
James Munns
2025-09-11
1
-5
/
+3
*
Inline the "MutexTransferStack" impl as it is unclear whether it will be merg...
James Munns
2025-09-11
2
-5
/
+32
*
Update with cordyceps changes
James Munns
2025-09-11
2
-2
/
+2
*
There can be only one (run queue)
James Munns
2025-09-11
5
-91
/
+36
*
"Deadline Rank Sorted Scheduler" -> "Earliest Deadline First Scheduler"
James Munns
2025-09-11
4
-16
/
+17
*
One more must_use
James Munns
2025-09-11
2
-1
/
+3
*
Switch to released version of `cordyceps`, add error if used w/o atomics
James Munns
2025-09-11
2
-4
/
+4
*
Clean up some TODOs
James Munns
2025-09-11
2
-11
/
+53
*
Update with changes from the PR
James Munns
2025-09-11
2
-4
/
+3
*
Conditional import
James Munns
2025-09-11
1
-1
/
+3
*
Dependency enablement trickery
James Munns
2025-09-11
4
-13
/
+37
*
Combine DRS and non-DRS atomic scheduler, using cordyceps
James Munns
2025-09-11
3
-150
/
+80
*
Make some things more consistent
James Munns
2025-09-11
3
-54
/
+34
*
Implement Deadline Ranked Scheduling
James Munns
2025-09-11
3
-6
/
+150
*
Add initial DRS scheduler placeholder
James Munns
2025-09-11
3
-4
/
+116
*
chore: bump embassy-executor to 0.9.1 to match released version
Gabriel Smith
2025-09-08
1
-1
/
+1
*
executor: always name main task `main`, not just with rtos-trace.
Dario Nieuwenhuis
2025-09-05
2
-3
/
+3
*
Remove features, fix changelog
Dániel Buga
2025-09-02
2
-18
/
+2
*
Add changelog for embassy-executor v0.9.1
Dario Nieuwenhuis
2025-08-31
1
-0
/
+3
*
Merge branch 'main' into feat/name-main-task
Dario Nieuwenhuis
2025-08-31
5
-13
/
+37
|
\
|
*
Merge branch 'main' into feat/upgrade-rtos-trace
Dario Nieuwenhuis
2025-08-31
4
-12
/
+35
|
|
\
|
|
*
Prefer word-sized state in CS impl
Dániel Buga
2025-08-31
1
-5
/
+10
|
|
*
Prefer pointer-sized atomic operations
Dániel Buga
2025-08-31
3
-7
/
+25
|
*
|
rtos-trace: upgraded feature support
Florian Grandel
2025-08-30
2
-1
/
+2
|
|
/
*
/
executor: rtos-trace: name main task
Florian Grandel
2025-08-30
1
-0
/
+1
|
/
*
Add to changelog
diondokter
2025-08-29
1
-0
/
+2
*
Fix test & rtos-trace
diondokter
2025-08-29
2
-2
/
+2
*
executor: return error when creating the spawntoken, not when spawning.
Dario Nieuwenhuis
2025-08-29
8
-91
/
+43
*
executor: do not deref a mut ptr to the entire taskheader.
Dario Nieuwenhuis
2025-08-29
1
-2
/
+2
*
executor: add "task metadata" concept, make name a task metadata.
Dario Nieuwenhuis
2025-08-29
7
-87
/
+119
*
executor: allow trace and rtos-trace to coexist additively.
Dario Nieuwenhuis
2025-08-29
3
-26
/
+48
*
executor: do not store task IDs in RAM, we can get it from the pointer every ...
Dario Nieuwenhuis
2025-08-29
4
-27
/
+11
*
chore: prepare embassy crate releases
Ulf Lilleengen
2025-08-26
2
-2
/
+4
[next]