aboutsummaryrefslogtreecommitdiff
path: root/embassy-sync/src/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
* Remove nightly autodetects.Dario Nieuwenhuis2024-01-101-2/+0
|
* Remove nightly and unstable-traits features in preparation for 1.75.Dario Nieuwenhuis2023-11-291-2/+3
|
* revert module changes, reexport heapless relevant itemsScott Mabin2023-11-201-0/+1
|
* more clean up, refactor channel into module to share codeScott Mabin2023-11-181-1/+0
|
* Priority channel using binary heapScott Mabin2023-11-181-0/+1
|
* Re-add impl_trait_projectionsDániel Buga2023-10-301-1/+2
|
* Remove impl_trait_projections.Dario Nieuwenhuis2023-10-021-1/+1
|
* Rename zero_copy -> zerocopy.Dario Nieuwenhuis2023-09-041-1/+1
|
* Move embassy-net-driver-channel::zerocopy_channel to ↵Ruben De Smet2023-09-041-0/+1
| | | | embassy_sync::zero_copy_channel
* Update Rust nightly.Dario Nieuwenhuis2023-05-191-1/+0
|
* sync: Fix nightly feature compilation after upgrade to embedded-io 0.4.0Gabriel Smith2022-11-271-1/+2
|
* Update Rust nightly.Dario Nieuwenhuis2022-09-221-1/+1
| | | | Removes feature(generic_associated_types)
* Add README for embassy-syncUlf Lilleengen2022-08-231-1/+1
|
* sync: flatten module structure.Dario Nieuwenhuis2022-08-221-0/+2
|
* split `embassy-util` into `embassy-futures`, `embassy-sync`.Dario Nieuwenhuis2022-08-221-0/+17