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
*
executor: Add fallible from_waker getter
Dániel Buga
2025-12-18
4
-4
/
+20
*
Add `run_until` function to std Executor as to support grafeul shutdown.
Gerhard de Clercq
2025-12-12
2
-1
/
+15
*
executor: update ui test for nightly.
Dario Nieuwenhuis
2025-12-12
1
-3
/
+7
*
Migrate from cortex-ar to aarch32-cpu
Robin Mueller
2025-11-02
4
-6
/
+18
*
executor: fix build with 'trace' on.
Dario Nieuwenhuis
2025-10-30
2
-1
/
+3
*
executor: Fix compiletest for edition 2024.
Dario Nieuwenhuis
2025-10-06
1
-6
/
+6
*
Rustfmt for edition 2024.
Dario Nieuwenhuis
2025-10-06
16
-25
/
+29
*
Edition 2024.
Dario Nieuwenhuis
2025-10-06
13
-14
/
+17
*
Merge pull request #4730 from robamu/bump-allowed-cortex-ar-range
Dario Nieuwenhuis
2025-10-02
2
-1
/
+2
|
\
|
*
bump cortex-ar to v0.3
Robin Mueller
2025-10-02
2
-1
/
+2
*
|
Update nightly.
Dario Nieuwenhuis
2025-09-26
2
-17
/
+7
*
|
Fix docs
Dániel Buga
2025-09-23
1
-2
/
+0
|
/
*
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
|
|
\
[next]