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
*
embassy-sync: Don't drop wakers in Signal::reset
Matthew Tran
2025-08-28
2
-1
/
+2
*
chore: prepare embassy crate releases
Ulf Lilleengen
2025-08-26
2
-1
/
+3
*
Read crate configs from metadata.
Dario Nieuwenhuis
2025-08-25
1
-0
/
+5
*
feat: add semver checks and releasing to releaser
Ulf Lilleengen
2025-08-25
1
-1
/
+2
*
chore: add more `Debug` impls to `embassy-sync`, particularly on `OnceLock`
Curly
2025-08-19
19
-0
/
+65
*
fix: prepare embassy-sync 0.7.1 release
Ulf Lilleengen
2025-08-12
2
-1
/
+6
*
Merge pull request #4485 from AnthonyGrondin/feat/lazy-lock-mut
Ulf Lilleengen
2025-08-08
2
-0
/
+17
|
\
|
*
feat(embassy-sync): Add `get_mut` for `LazyLock`
Anthony Grondin
2025-07-30
2
-0
/
+17
*
|
embassy-sync: Update `MultiWakerRegistration::register` docs
Brezak
2025-08-01
1
-1
/
+3
|
/
*
Merge pull request #4385 from us-irs/some-minor-doc-fixes
James Munns
2025-07-09
4
-8
/
+8
|
\
|
*
Update embassy-sync/src/pubsub/publisher.rs
Robin Mueller
2025-07-09
1
-1
/
+1
|
*
Update embassy-sync/src/priority_channel.rs
Robin Mueller
2025-07-09
1
-1
/
+1
|
*
Update embassy-sync/src/priority_channel.rs
Robin Mueller
2025-07-09
1
-1
/
+1
|
*
Update embassy-sync/src/mutex.rs
Robin Mueller
2025-07-09
1
-1
/
+1
|
*
some minor documentation fixes
Robin Mueller
2025-07-09
4
-8
/
+8
*
|
add embassy sync channel example for message passing between interrupt and task
Robin Mueller
2025-07-09
1
-0
/
+25
|
/
*
Update Rust nightly, stable.
Dario Nieuwenhuis
2025-07-04
1
-4
/
+4
*
disable ui tests in miri
Melvin Wang
2025-06-18
1
-1
/
+1
*
commit expected errors
Melvin Wang
2025-06-18
4
-8
/
+46
*
fix missing sync bounds
Melvin Wang
2025-06-18
2
-2
/
+7
*
add tests illustrating the problem
Melvin Wang
2025-06-18
5
-0
/
+41
*
Remove futures-util where unnecessary
Dániel Buga
2025-06-16
3
-4
/
+4
*
Rename SendableDynamicReceiver to SendDynamicReceiver
Corey Schuhen
2025-05-29
1
-7
/
+7
*
docs: update changelog for embassy-sync
Ulf Lilleengen
2025-05-28
1
-1
/
+3
*
Merge pull request #4262 from cschuhen/send_on_dynamic_channel
Ulf Lilleengen
2025-05-28
1
-0
/
+106
|
\
|
*
Make Sync capable versions of DynamicSender and DynamicReceiver.
Corey Schuhen
2025-05-28
1
-0
/
+106
*
|
feat: add support for channel peek
Ulf Lilleengen
2025-05-28
2
-0
/
+142
|
/
*
embassy-sync: bump to 0.7.0
Matt Johnston
2025-05-22
2
-1
/
+3
*
embassy-sync: Update changelog
Matt Johnston
2025-05-22
1
-0
/
+13
*
Update defmt dependencies
Yuri Astrakhan
2025-05-18
1
-1
/
+1
*
clarify docs for signal and watch
JuliDi
2025-05-04
2
-4
/
+5
*
docs: extend the waker documentation
ckrenslehner
2025-04-26
5
-1
/
+13
*
Merge pull request #3932 from AlixANNERAUD/add-rwlock
Dario Nieuwenhuis
2025-04-14
2
-0
/
+388
|
\
|
*
Refactor RwLock implementation by removing unused map methods and cleaning up...
Alix ANNERAUD
2025-04-12
1
-237
/
+1
|
*
Enhance RwLock documentation and add map methods for read and write guards to...
Alix ANNERAUD
2025-03-17
1
-6
/
+57
|
*
Refactor RwLock implementation to support try_read and try_write methods, enh...
Alix ANNERAUD
2025-03-17
1
-17
/
+253
|
*
Remove blocking read-write lock module and its references and refactor rwlock...
Alix ANNERAUD
2025-03-16
4
-536
/
+52
|
*
Remove unnecessary comment in CriticalSectionRawRwLock implementation
Alix ANNERAUD
2025-02-28
1
-2
/
+0
|
*
Refactor imports in raw read-write lock module for clarity
Alix ANNERAUD
2025-02-28
1
-1
/
+2
|
*
Remove obsolete `raw_rwlock.rs` file
Alix ANNERAUD
2025-02-28
1
-0
/
+0
|
*
Implement read-write lock methods in CriticalSectionRawRwLock and update tests
Alix ANNERAUD
2025-02-28
2
-7
/
+52
|
*
Fix module references in blocking read-write lock implementation
Alix ANNERAUD
2025-02-28
2
-18
/
+18
|
*
Refactor blocking read-write lock module structure and improve assertions in ...
Alix ANNERAUD
2025-02-28
3
-129
/
+265
|
*
Add blocking read-write lock implementation and remove obsolete tests
Alix ANNERAUD
2025-02-28
5
-167
/
+381
|
*
Add `RawRwLock` trait and `RawRwLockImpl` struct implementation
Alix ANNERAUD
2025-02-28
2
-86
/
+86
|
*
(no commit message)
Alix ANNERAUD
2025-02-28
2
-142
/
+231
|
*
Add RwLock to embassy-sync
Alix ANNERAUD
2025-02-28
3
-0
/
+338
*
|
embassy-sync, executor/wasm: don't select critical-section impl for std
Dániel Buga
2025-04-06
1
-1
/
+1
*
|
docs: fix a typo
Cyril Marpaud
2025-03-31
1
-1
/
+1
*
|
Add note about RefCell alternative
Alexander van Saase
2025-03-21
1
-2
/
+5
[next]