index
:
embassy
master
tmp/dfu_pkg_pca10059
Modern embedded framework, using Rust and async.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
embassy-sync
Age
Commit message (
Expand
)
Author
2022-10-05
Forgot to add space function to immediate publisher
Dion Dokter
2022-10-04
Add required info to embassy-sync package
Ulf Lilleengen
2022-09-29
Went back to named futures but now with must_use
Dion Dokter
2022-09-29
Futures in pub & sub are now awaited instead of returned for better user comp...
Dion Dokter
2022-09-25
Remove default, reorder generic params
ivmarkov
2022-09-24
Remove default, reorder generic params
ivmarkov
2022-09-24
Parameterize Signal with RawMutex
ivmarkov
2022-09-22
Replace futures::future::poll_fn -> core::future::poll_fn.
Dario Nieuwenhuis
2022-09-22
Update Rust nightly.
Dario Nieuwenhuis
2022-09-16
Make rustfmt happy
Joakim Hulthe
2022-09-16
Add .into_inner() and .get_mut() to Mutex
Joakim Hulthe
2022-09-12
sync/signal: wake old waker on overflow instead of panicking.
Dario Nieuwenhuis
2022-08-29
Add missing std feature for embassy-sync
Ulf Lilleengen
2022-08-23
Add README for embassy-sync
Ulf Lilleengen
2022-08-23
Fix warnings after crate split
Ulf Lilleengen
2022-08-22
sync: flatten module structure.
Dario Nieuwenhuis
2022-08-22
split `embassy-util` into `embassy-futures`, `embassy-sync`.
Dario Nieuwenhuis