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
/
Cargo.toml
Age
Commit message (
Expand
)
Author
2025-03-24
rtic-sync: introduce loom compat layer and apply it to `channel`
datdenkikniet
2025-03-16
rtic-sync: Release v1.3.2
Emil Fresk
2025-03-16
rtic-sync: add test validating that free queue slots are not lost on drop
datdenkikniet
2025-03-12
rtic-sync: release 1.3.1
Emil Fresk
2024-06-23
Update `embedded-hal-bus` to 0.2 and fix `portable-atomic` features
Emil Fresk
2024-06-19
Add Signal to rtic-sync (#934)
AdinAck
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-10
Upgrade everything to embedded-hal v1.0.0 (#880)
Emil Fresk
2024-01-10
update to embedded-hal 1 (#879)
Andres Vahter
2023-12-25
Add repository links to some crates hosted in this repo (#871)
Jan Niehusmann
2023-12-04
Fix docs.rs features for rtic-sync (#857)
Emil Fresk
2023-12-04
Release rtic-monotonics, rtic-sync and rtic-time (#854)
Emil Fresk
2023-12-04
Update to heapless 0.8, disable pool test for now (#846)
Emil Fresk
2023-12-01
Fix mono delay (#843)
Finomnis
2023-11-22
rtic-sync: Add SPI bus sharing with arbiter
Nils Fitinghoff
2023-09-27
esp32c3 support
onsdagens
2023-08-29
Release rtic-monotonics 1.1.0, release rtic-sync 1.0.2
Emil Fresk
2023-06-14
rtic-sync: Fix possible UB in make_channel!
Emil Fresk
2023-05-25
v2.0 release
Emil Fresk
2023-03-01
Merge arbiter and channel into sync
Emil Fresk