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-sync
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typo
Dániel Buga
2023-08-15
1
-1
/
+1
*
embassy-sync: manual Copy impls for channel and pipe
Sam Lakerveld
2023-08-08
2
-6
/
+12
*
Update to embedded-io 0.5 (#1752)
Dario Nieuwenhuis
2023-08-07
2
-12
/
+12
*
wpan: fully implement initial draft concept
xoviat
2023-07-18
1
-0
/
+22
*
sync/pipe: fix doc typos.
Dario Nieuwenhuis
2023-06-27
1
-2
/
+2
*
fmt: remove unused defmt::timestamp!
Dario Nieuwenhuis
2023-06-09
1
-3
/
+0
*
sync/pipe: write all user data to pipe
ZhangYong
2023-06-04
1
-0
/
+10
*
Use make_static! from static-cell v1.1
Dario Nieuwenhuis
2023-06-01
1
-1
/
+1
*
sync: do will_wake check in MultiWakerRegistration.
Dario Nieuwenhuis
2023-05-26
2
-43
/
+40
*
Update Rust nightly.
Dario Nieuwenhuis
2023-05-19
1
-1
/
+0
*
Release embassy-sync v0.2.0
Dario Nieuwenhuis
2023-04-13
2
-1
/
+23
*
executor,sync: add support for turbo-wakers.
Dario Nieuwenhuis
2023-03-30
5
-42
/
+78
*
sync/pipe: update to clarify docs that it is byte-oriented.
Dario Nieuwenhuis
2023-03-26
1
-28
/
+43
*
perf(pubsub): Skip clone on last message
Rasmus Melchior Jacobsen
2023-03-21
1
-4
/
+28
*
fix(pubsub): Pop messages which count is 0 after unsubscribe
Rasmus Melchior Jacobsen
2023-03-15
1
-0
/
+47
*
Add `#[must_use]` to all futures
Grant Miller
2023-02-24
2
-0
/
+6
*
Remove unnecessary use of atomic-polyfill.
Dario Nieuwenhuis
2022-12-23
1
-1
/
+0
*
sync: Fix nightly feature compilation after upgrade to embedded-io 0.4.0
Gabriel Smith
2022-11-27
2
-57
/
+20
*
Switch to async-fn-in-trait
Dario Nieuwenhuis
2022-11-25
1
-1
/
+1
*
sync/signal: Implement Default for Signal
Matt Johnston
2022-11-22
1
-0
/
+9
*
Derive Default for WakerRegistration
Matt Johnston
2022-11-06
1
-1
/
+1
*
Release embassy-sync, embassy-time v0.1.0
Dario Nieuwenhuis
2022-10-26
1
-0
/
+3
*
Update Rust nightly.
Dario Nieuwenhuis
2022-10-26
2
-10
/
+10
*
Forgot to add space function to immediate publisher
Dion Dokter
2022-10-05
1
-0
/
+8
*
Add required info to embassy-sync package
Ulf Lilleengen
2022-10-04
2
-2
/
+32
*
Went back to named futures but now with must_use
Dion Dokter
2022-09-29
3
-7
/
+8
*
Futures in pub & sub are now awaited instead of returned for better user comp...
Dion Dokter
2022-09-29
3
-5
/
+92
*
Remove default, reorder generic params
ivmarkov
2022-09-25
1
-9
/
+10
*
Remove default, reorder generic params
ivmarkov
2022-09-24
1
-1
/
+0
*
Parameterize Signal with RawMutex
ivmarkov
2022-09-24
1
-28
/
+41
*
Replace futures::future::poll_fn -> core::future::poll_fn.
Dario Nieuwenhuis
2022-09-22
2
-4
/
+3
*
Update Rust nightly.
Dario Nieuwenhuis
2022-09-22
1
-1
/
+1
*
Make rustfmt happy
Joakim Hulthe
2022-09-16
1
-1
/
+3
*
Add .into_inner() and .get_mut() to Mutex
Joakim Hulthe
2022-09-16
1
-0
/
+14
*
sync/signal: wake old waker on overflow instead of panicking.
Dario Nieuwenhuis
2022-09-12
1
-1
/
+5
*
Add missing std feature for embassy-sync
Ulf Lilleengen
2022-08-29
1
-0
/
+1
*
Add README for embassy-sync
Ulf Lilleengen
2022-08-23
2
-1
/
+13
*
Fix warnings after crate split
Ulf Lilleengen
2022-08-23
1
-2
/
+2
*
sync: flatten module structure.
Dario Nieuwenhuis
2022-08-22
7
-9
/
+6
*
split `embassy-util` into `embassy-futures`, `embassy-sync`.
Dario Nieuwenhuis
2022-08-22
18
-0
/
+3219