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
*
Switch to released version of `cordyceps`, add error if used w/o atomics
James Munns
2025-09-11
1
-0
/
+3
*
Clean up some TODOs
James Munns
2025-09-11
2
-11
/
+53
*
Update with changes from the PR
James Munns
2025-09-11
1
-1
/
+1
*
Conditional import
James Munns
2025-09-11
1
-1
/
+3
*
Dependency enablement trickery
James Munns
2025-09-11
3
-7
/
+25
*
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
2
-53
/
+31
*
Implement Deadline Ranked Scheduling
James Munns
2025-09-11
2
-4
/
+149
*
Add initial DRS scheduler placeholder
James Munns
2025-09-11
2
-4
/
+107
*
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
2
-7
/
+24
*
Fix test & rtos-trace
diondokter
2025-08-29
1
-1
/
+1
*
executor: return error when creating the spawntoken, not when spawning.
Dario Nieuwenhuis
2025-08-29
2
-65
/
+18
*
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
5
-86
/
+82
*
executor: allow trace and rtos-trace to coexist additively.
Dario Nieuwenhuis
2025-08-29
2
-23
/
+28
*
executor: do not store task IDs in RAM, we can get it from the pointer every ...
Dario Nieuwenhuis
2025-08-29
4
-27
/
+11
*
Retain timer_queue_item
Dániel Buga
2025-08-18
1
-1
/
+1
*
Make TimerQueueItem opaque
Dániel Buga
2025-08-18
2
-90
/
+16
*
add missing feature gate for rtos-trace
Bart Slinger
2025-08-14
1
-0
/
+1
*
Merge pull request #4443 from Brezak/task-unsafe
Ulf Lilleengen
2025-08-01
1
-4
/
+4
|
\
|
*
embassy-executor: explicitly return impl Future in task inner task
Brezak
2025-07-23
1
-4
/
+4
*
|
`embassy-time`: add missing `Debug` & `defmt::Format` derives
Ralph Ursprung
2025-07-28
1
-1
/
+1
|
/
*
Merge pull request #4373 from fg-cfh/fix/name-new-tasks
Ulf Lilleengen
2025-07-11
1
-1
/
+11
|
\
|
*
embassy-executor: rtos-trace: fix task naming for new tasks
Florian Grandel
2025-07-06
1
-1
/
+11
*
|
executor: mark Spawner::for_current_executor() as unsafe.
Dario Nieuwenhuis
2025-07-08
1
-1
/
+17
|
/
*
Merge pull request #4266 from 0e4ef622/task-rpit
Dario Nieuwenhuis
2025-06-22
1
-2
/
+49
|
\
|
*
Add diagnostic::on_unimplemented for nightly
Matthew Tran
2025-06-01
1
-0
/
+4
|
*
Mention ! in diagnostic
Matthew Tran
2025-05-29
1
-1
/
+1
|
*
Allow `-> impl Future<Output = ()>` in #[task]
Matthew Tran
2025-05-28
1
-2
/
+45
*
|
Merge pull request #4244 from janderholm/master
Dario Nieuwenhuis
2025-06-01
3
-11
/
+11
|
\
\
|
|
/
|
/
|
|
*
executor: Make state implementations and their conditions match
Johan Anderholm
2025-05-23
3
-11
/
+11
*
|
Add support for Cortex-A/R
Robin Mueller
2025-05-28
2
-0
/
+86
|
/
*
rustfmt
Kat Perez
2025-05-08
1
-1
/
+0
*
remove unnecessary trace flags
Kat Perez
2025-05-08
1
-7
/
+0
*
move SpawnerTraceExt back into Spawner
Kat Perez
2025-05-08
2
-42
/
+50
*
update TraceExt trait name for Spawner
Kat Perez
2025-05-08
1
-3
/
+3
*
remove unused task_id
Kat Perez
2025-05-08
1
-12
/
+1
*
implement TaskRefTrace for tracing-only fields in TaskRef
Kat Perez
2025-05-08
2
-36
/
+52
*
move TaskTracker to trace
Kat Perez
2025-05-08
2
-72
/
+72
*
move spawn_named into trace.rs through TraceExt trait
Kat Perez
2025-05-08
2
-35
/
+45
*
change rtos-trace feature flag on tracing API to trace feature flag
Kat Perez
2025-05-08
1
-2
/
+2
*
remove unused tracing API
Kat Perez
2025-05-08
1
-29
/
+0
*
make tracing API functions internal
Kat Perez
2025-05-08
1
-2
/
+2
*
fix whitespace in the imports in trace.rs
Kat Perez
2025-05-06
1
-2
/
+3
*
use an intrusive linked list in TaskHeader to track tasks
Kat Perez
2025-05-06
3
-106
/
+163
*
add ID field to TaskHeader
Kat Perez
2025-05-06
2
-0
/
+20
*
remove name from TaskRegistry and retrieve from task header instead
Kat Perez
2025-05-06
2
-28
/
+8
*
add get/set for task name
Kat Perez
2025-05-06
1
-0
/
+15
*
add name to TaskHeader
Kat Perez
2025-05-06
1
-0
/
+4
[next]