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
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
embassy-sync: Add len, is_empty and is_full functions to Channel.
Oliver Rockstedt
2024-04-08
1
-0
/
+27
*
Fix `FairSemaphore` bugs
Alex Moon
2024-04-03
1
-34
/
+102
*
Semaphore synchronization primitive
Alex Moon
2024-03-30
2
-0
/
+705
*
Merge pull request #2651 from peterkrull/once_lock
Ulf Lilleengen
2024-03-22
2
-0
/
+237
|
\
|
*
This one is for ci/rustfmt
Peter Krull
2024-03-03
1
-2
/
+1
|
*
Add OnceLock sync primitive
Peter Krull
2024-03-03
2
-0
/
+238
*
|
fmt: disable "unused" warnings.
Dario Nieuwenhuis
2024-03-20
1
-2
/
+1
*
|
Doc update: signaled does not clear signal
Noah Bliss
2024-03-20
1
-1
/
+1
*
|
rustfmt
Ulf Lilleengen
2024-03-12
1
-7
/
+3
*
|
Add conversion into dyn variants for channel futures
Ulf Lilleengen
2024-03-12
1
-0
/
+19
*
|
Merge pull request #2660 from embassy-rs/zerocopy-docs
Dario Nieuwenhuis
2024-03-04
1
-5
/
+2
|
\
\
|
*
|
docs: clarify capabilities of zerocopy channel
Ulf Lilleengen
2024-03-04
1
-5
/
+2
|
|
/
*
/
Add constructor for dynamic channel
Peter Krull
2024-03-02
1
-1
/
+21
|
/
*
correct spelling of the word "receive"
Stefan Gehr
2024-02-03
1
-1
/
+1
*
sync/pipe: be able to be zero-initialized
Sam Lakerveld
2024-02-01
1
-11
/
+11
*
Remove nightly autodetects.
Dario Nieuwenhuis
2024-01-10
1
-2
/
+0
*
Put waiting state back if any
Rasmus Melchior Jacobsen
2023-12-20
1
-1
/
+4
*
feat(embassy-sync): Add try_take() to signal
Rasmus Melchior Jacobsen
2023-12-20
1
-0
/
+11
*
Remove nightly and unstable-traits features in preparation for 1.75.
Dario Nieuwenhuis
2023-11-29
2
-57
/
+52
*
revert module changes, reexport heapless relevant items
Scott Mabin
2023-11-20
3
-8
/
+6
*
docs
Scott Mabin
2023-11-18
1
-1
/
+5
*
more clean up, refactor channel into module to share code
Scott Mabin
2023-11-18
3
-48
/
+6
*
reduce duplication further by sharing Dynamic sender/receiver
Scott Mabin
2023-11-18
2
-85
/
+3
*
docs and simple test for priority
Scott Mabin
2023-11-18
1
-0
/
+11
*
Reduce duplication, fix tests
Scott Mabin
2023-11-18
2
-61
/
+41
*
Priority channel using binary heap
Scott Mabin
2023-11-18
2
-0
/
+745
*
Re-add impl_trait_projections
Dániel Buga
2023-10-30
1
-1
/
+2
*
Remove impl_trait_projections.
Dario Nieuwenhuis
2023-10-02
1
-1
/
+1
*
Rename zero_copy -> zerocopy.
Dario Nieuwenhuis
2023-09-04
2
-1
/
+1
*
Add docs to zero-copy-channel
Ruben De Smet
2023-09-04
1
-0
/
+51
*
Prefer `receive` over `recv`
Ruben De Smet
2023-09-04
1
-9
/
+9
*
Move embassy-net-driver-channel::zerocopy_channel to embassy_sync::zero_copy_...
Ruben De Smet
2023-09-04
2
-0
/
+210
*
Merge pull request #1854 from bugadani/str
Dario Nieuwenhuis
2023-09-03
2
-2
/
+2
|
\
|
*
Use fmt::unwrap
Dániel Buga
2023-09-02
2
-2
/
+2
*
|
Sync all fmt.rs files.
Dario Nieuwenhuis
2023-08-30
1
-6
/
+39
*
|
sync/pipe: impl BufRead.
Dario Nieuwenhuis
2023-08-30
2
-125
/
+227
|
/
*
Merge pull request #1763 from rubdos/sender-receiver-with-ctx
Dario Nieuwenhuis
2023-08-22
1
-54
/
+136
|
\
|
*
Deprecate *recv* in favor of *receive*
Ruben De Smet
2023-08-22
1
-44
/
+44
|
*
Implement Channel::poll_receive(..) -> Poll<T>
Ruben De Smet
2023-08-11
1
-4
/
+39
|
*
Channel poll methods return Poll instead of bool
Ruben De Smet
2023-08-11
1
-14
/
+22
|
*
Expose poll_ready_to_{send,receive} in Sender/Receiver
Ruben De Smet
2023-08-11
1
-0
/
+39
*
|
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
1
-10
/
+10
*
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
*
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
[next]