index
:
rtic
main
Real-Time Interrupt-driven Concurrency (RTIC) framework for ARM Cortex-M microcontrollers
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rtic-sync
/
src
/
channel.rs
Age
Commit message (
Expand
)
Author
2025-03-16
rtic-sync: add test validating that free queue slots are not lost on drop
datdenkikniet
2025-03-16
rtic-sync: add explicit check for being closed
datdenkikniet
2025-03-16
rtic-sync: improve comments
datdenkikniet
2025-03-16
rtic-sync: Channel: Sender: rewriter `send` logic to be easier to validate
datdenkikniet
2025-03-16
Blah
datdenkikniet
2025-03-16
rtic-sync: improve safety comments
datdenkikniet
2025-03-16
rtic-sync: replacing SlotPtr is not actually safe
datdenkikniet
2025-03-16
rtic-sync: explicitly send an awoken Sender the slot it can use
datdenkikniet
2025-03-12
Fix #780
datdenkikniet
2024-12-06
Fix documentation (docs.rs) and release 2.1.2
Emil Fresk
2024-08-07
Fix CI with 1.80
Emil Fresk
2024-05-27
Fix clippy lints
Emil Fresk
2024-05-01
Make debug asserts into asserts to help find the issue (#931)
Emil Fresk
2024-02-23
rtic-sync: Remove unstable flag, and add defmt derives (#889)
Emil Fresk
2024-01-07
Changes `make_channel!` macro to accept more types (#877)
Anshul Gupta
2023-09-27
esp32c3 support
onsdagens
2023-08-25
ritc-sync: Fix make_channel forcing dependency into user crate
Nils Fitinghoff
2023-06-14
rtic-sync: Fix possible UB in make_channel!
Emil Fresk
2023-04-15
rtic-sync: smoe more docs
datdenkikniet
2023-03-15
refactor: re-formatted files
Yandrik
2023-03-15
refactor(macro): used $crate for better interop
Yandrik
2023-03-15
refactor: re-formatted channel.rs file
Yandrik
2023-03-15
fix(rtic-sync): used fully qualified paths in Channel Macro
Yandrik
2023-03-01
Merge arbiter and channel into sync
Emil Fresk