| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| * Changes `make_channel!` macro to accept more types Changes `type` macro argument from `path` to `ty`, allowing more complex types like tuples, arrays, & pointers. See https://doc.rust-lang.org/reference/types.html#type-expressions. * Adds to `CHANGELOG.md` | |||
| 2023-09-27 | esp32c3 support | onsdagens | |
| 2023-08-25 | ritc-sync: Fix make_channel forcing dependency into user crate | Nils 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-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 | |
