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
*
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
2
-0
/
+18
*
Make `integrated-timers` the default, remove Cargo feature.
Dario Nieuwenhuis
2024-12-15
6
-38
/
+9
*
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
3
-91
/
+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
*
Changelog
Dániel Buga
2024-12-10
1
-1
/
+4
*
Refactor integrated-timers
Dániel Buga
2024-12-10
11
-171
/
+89
*
Extend tracing api to support executor id and end task
Ulf Lilleengen
2024-12-09
3
-41
/
+107
*
Add initialize
Dániel Buga
2024-11-19
9
-6
/
+47
*
Only set callback once
Dániel Buga
2024-11-19
2
-5
/
+9
*
Release embassy-executor 0.6.3.
Dario Nieuwenhuis
2024-11-12
2
-1
/
+6
*
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
5
-65
/
+11
*
Also bump macros
Dániel Buga
2024-11-06
1
-1
/
+1
*
Prep executor 0.6.2
Dániel Buga
2024-11-06
2
-3
/
+7
*
Detect and allow older nightlies
Dániel Buga
2024-11-06
5
-1
/
+76
*
Changelog executor v0.5.1 release.
Dario Nieuwenhuis
2024-10-21
1
-1
/
+7
*
Release embassy-executor v0.6.1, embassy-executor-macros v0.6.1
Dario Nieuwenhuis
2024-10-21
2
-3
/
+12
*
executor: add compile-fail / ui tests.
Dario Nieuwenhuis
2024-10-20
36
-1
/
+274
*
executor/spin: introduce an architecture agnostic executor
Dummyc0m
2024-10-06
3
-1
/
+69
*
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
*
Enable critical-section/std on wasm
Samuel Maier
2024-09-05
1
-1
/
+1
*
update dates
Ulf Lilleengen
2024-08-05
1
-1
/
+1
*
prepare release embassy-executor
Ulf Lilleengen
2024-08-05
2
-2
/
+8
*
Update to Rust 1.80, make check-cfg unconditional.
Dario Nieuwenhuis
2024-07-25
1
-20
/
+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
*
Update stable to Rust 1.79.
Dario Nieuwenhuis
2024-06-13
1
-0
/
+4
*
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
*
Copy build_common.rs into each crate, to make cargo publish happy
Jan Špaček
2024-05-31
2
-1
/
+110
*
Emit cargo:rustc-check-cfg instructions from build.rs
Jan Špaček
2024-05-30
1
-26
/
+5
*
Merge pull request #2718 from embassy-rs/update-nightly44
Dario Nieuwenhuis
2024-03-20
2
-3
/
+2
|
\
|
*
Fix warnings in recent nightly.
Dario Nieuwenhuis
2024-03-20
1
-1
/
+1
|
*
fmt: disable "unused" warnings.
Dario Nieuwenhuis
2024-03-20
1
-2
/
+1
*
|
Merge pull request #2574 from GrantM11235/atpit
Dario Nieuwenhuis
2024-03-20
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Fix feature flag in executor tests
Grant Miller
2024-02-14
1
-1
/
+1
*
|
executor: remove portable-atomic for riscv.
Zheng Li
2024-03-02
2
-4
/
+3
|
/
*
fix: removed trailing comma
xgroleau🐢
2024-02-08
1
-1
/
+1
*
fix: missing 0
xgroleau🐢
2024-02-08
1
-1
/
+1
*
fix: compilation for rtos trace
xgroleau🐢
2024-02-08
2
-5
/
+11
*
fix: rtos-usage time missing
xgroleau🐢
2024-02-06
2
-1
/
+5
*
executor: update remove portable-atomic comment.
Dario Nieuwenhuis
2024-01-26
1
-1
/
+1
[next]