aboutsummaryrefslogtreecommitdiff
path: root/rtic-sync
AgeCommit message (Collapse)Author
2023-08-29Release rtic-monotonics 1.1.0, release rtic-sync 1.0.2Emil Fresk
2023-08-25ritc-sync: Fix make_channel forcing dependency into user crateNils Fitinghoff
Before, `make_channel` assumed that `critical_section` would be available in the namespace of the code that invoked the macro. Access `critical_section` through `rtic-sync` instead.
2023-07-01Changelog: Sync: Add dates and yanked statusHenrik Tjäder
2023-06-14rtic-sync: Fix possible UB in make_channel!Emil Fresk
2023-05-25v2.0 releaseEmil Fresk
2023-04-16Merge #736bors[bot]
736: More `xtasks` and add examples to `rtic` repo r=korken89 a=datdenkikniet This was in #732 before, but decluttering that PR seemed sensible Co-authored-by: datdenkikniet <jcdra1@gmail.com>
2023-04-16Deny on warnings in xtasksdatdenkikniet
2023-04-15rtic-sync: smoe more docsdatdenkikniet
2023-03-15refactor: re-formatted filesYandrik
2023-03-15refactor(macro): used $crate for better interopYandrik
2023-03-15refactor: re-formatted channel.rs fileYandrik
2023-03-15fix(rtic-sync): used fully qualified paths in Channel MacroYandrik
2023-03-01Merge arbiter and channel into syncEmil Fresk