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
*
feat: add semver checks and releasing to releaser
Ulf Lilleengen
2025-08-25
1
-5
/
+0
*
Retain timer_queue_item
Dániel Buga
2025-08-18
2
-2
/
+2
*
Make TimerQueueItem opaque
Dániel Buga
2025-08-18
4
-106
/
+22
*
add missing feature gate for rtos-trace
Bart Slinger
2025-08-14
1
-0
/
+1
*
Merge pull request #4486 from embassy-rs/release-executor-0.8
Ulf Lilleengen
2025-08-01
2
-2
/
+4
|
\
|
*
chore: Release embassy-executor version 0.8.0
Ulf Lilleengen
2025-07-31
2
-1
/
+3
|
*
chore: prepare embassy-executor 0.8 release
Ulf Lilleengen
2025-07-31
1
-1
/
+1
*
|
Merge pull request #4443 from Brezak/task-unsafe
Ulf Lilleengen
2025-08-01
9
-6
/
+86
|
\
\
|
|
/
|
/
|
|
*
embassy-executor: add macro ui test for unsafe ops in unsafe tasks
Brezak
2025-07-23
3
-0
/
+30
|
*
embassy-executor: explicitly return impl Future in task inner task
Brezak
2025-07-23
3
-6
/
+15
|
*
embassy-executor: explicitly return impl Future in task inner task
Brezak
2025-07-23
1
-0
/
+14
|
*
embassy-executor: unsafe tasks as unsafe
Brezak
2025-07-23
3
-0
/
+27
*
|
`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
*
|
`embassy-executor`: add release automation using `cargo-release`
Ralph Ursprung
2025-07-08
2
-1
/
+7
*
|
prepare changelog for `embassy-executor` v0.8.0
Ralph Ursprung
2025-07-08
1
-0
/
+12
*
|
executor: mark Spawner::for_current_executor() as unsafe.
Dario Nieuwenhuis
2025-07-08
1
-1
/
+17
*
|
excutor: fix Send unsoundness with `-> impl Future` tasks.
Dario Nieuwenhuis
2025-07-08
6
-4
/
+101
|
/
*
Update Rust nightly, stable.
Dario Nieuwenhuis
2025-07-04
3
-80
/
+48
*
Merge pull request #4266 from 0e4ef622/task-rpit
Dario Nieuwenhuis
2025-06-22
12
-3
/
+401
|
\
|
*
Update tests
Matthew Tran
2025-06-01
10
-20
/
+185
|
*
Add diagnostic::on_unimplemented for nightly
Matthew Tran
2025-06-01
2
-1
/
+6
|
*
Mention ! in diagnostic
Matthew Tran
2025-05-29
1
-1
/
+1
|
*
Add test for -> impl Future<Output = !>
Matthew Tran
2025-05-29
1
-0
/
+12
|
*
Allow `-> impl Future<Output = ()>` in #[task]
Matthew Tran
2025-05-28
7
-3
/
+219
*
|
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
4
-0
/
+95
|
/
*
Update defmt dependencies
Yuri Astrakhan
2025-05-18
1
-1
/
+1
*
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
*
whitespace in the documentation
Kat Perez
2025-05-06
1
-1
/
+1
*
add a stub implementation for spawn_named
Kat Perez
2025-05-06
1
-0
/
+7
*
add a task registry to tracing infrastructure
Kat Perez
2025-05-06
3
-2
/
+166
[next]