Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-03-01 | Add rtic-timer (timerqueue + monotonic) and rtic-monotonics (systick-monotonic) | 1 | -65/+0 | ||
2023-03-01 | All codegen is now explicit | 1 | -11/+2 | ||
2023-03-01 | RTIC v2: Initial commit | 1 | -4/+2 | ||
rtic-syntax is now part of RTIC repository | |||||
2022-07-27 | Fix missing formatting | 1 | -2/+1 | ||
2022-07-06 | Allow custom `link_section` attributes for late resources | 1 | -1/+8 | ||
This commit makes RTIC aware of user-provided `link_section` attributes, letting user override default section mapping. | |||||
2021-12-25 | Clippy lints | 1 | -1/+1 | ||
2021-08-20 | Use `mark_internal_name` by default for methods in `util` to make usage of ↵ | 1 | -5/+2 | ||
these functions more straightforward. fq_ident is always internal rq_ident is always internal monotonic_ident is always internal inputs_ident is always internal local_resources_ident is always internal shared_resources_ident is always internal monotonic_instants_ident is always internal tq_ident is always internal timer_queue_marker_ident is always internal static_shared_resource_ident is always internal static_local_resource_ident is always internal declared_static_local_resource_ident is always internal Only names, not idents, are now marked as internal Use same rtic internal everywhere | |||||
2021-08-19 | Fixed some lints from Rust Analyzer with experimental proc-macros | 1 | -0/+2 | ||
2021-07-08 | Cleanup from review (needs releases to compile) | 1 | -1/+1 | ||
2021-07-07 | Fixing tests | 1 | -10/+5 | ||
2021-07-07 | Full local resource syntax working | 1 | -7/+24 | ||
2021-07-06 | Minimal app now compiles | 1 | -116/+29 | ||
2021-07-05 | Started work | 1 | -0/+146 | ||