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
Age
Commit message (
Expand
)
Author
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
2025-01-24
ATSAMD RTC monotonic referral in documentation (#1014)
Dan Whitman
2024-12-06
Fix documentation (docs.rs) and release 2.1.2
Emil Fresk
2024-10-23
Signal ergo minor fixes (#986)
Sebastian Kuzminsky
2024-08-07
Fix CI with 1.80
Emil Fresk
2024-06-23
Fix `Default` for `rtic_sync::signal`
Emil Fresk
2024-06-23
rtic-sync: clippy::new-without-default lint
Henrik Tjäder
2024-06-19
Add Signal to rtic-sync (#934)
AdinAck
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-03-13
rtic-sync: Fix xtask doc, non-compiling example (#900)
Henrik Tjäder
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-12-01
Fix mono delay (#843)
Finomnis
2023-11-28
rtic-sync Arbiter: impl more I2C trait fns
Andres Vahter
2023-11-28
rtic-sync: add Arbiter for I2C
Andres Vahter
2023-11-22
rtic-sync: Add SPI bus sharing with arbiter
Nils Fitinghoff
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-16
Merge #736
bors[bot]
2023-04-16
Deny on warnings in xtasks
datdenkikniet
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