Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-03-01 | Add rtic-timer (timerqueue + monotonic) and rtic-monotonics (systick-monotonic) | 1 | -119/+0 | ||
2023-03-01 | Fix so deny(missing_docs) work | 1 | -0/+4 | ||
2023-03-01 | Lifetime cleanup | 1 | -22/+7 | ||
2023-03-01 | Removed Priority, simplified lifetime handling | 1 | -10/+3 | ||
2023-03-01 | RTIC v2: Initial commit | 1 | -31/+9 | ||
rtic-syntax is now part of RTIC repository | |||||
2023-01-22 | Handle more cfgs, support cfg on HW/SW tasks | 1 | -0/+15 | ||
2023-01-22 | Improve RTIC doc handling | 1 | -1/+14 | ||
Enable use of ``` #![deny(missing_docs)] ``` | |||||
2022-02-22 | Clippy with pedantic suggestions | 1 | -28/+27 | ||
2021-12-25 | Clippy lints | 1 | -1/+1 | ||
2021-11-11 | Better errors on when missing to lock shared resources | 1 | -2/+3 | ||
2021-11-02 | Fixed aliasing issue due to RacyCell implementation | 1 | -2/+2 | ||
2021-08-20 | Use `mark_internal_name` by default for methods in `util` to make usage of ↵ | 1 | -2/+1 | ||
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 | Silence rust-analyzer warnings on internal types | 1 | -0/+1 | ||
2021-07-07 | Fixing tests | 1 | -1/+1 | ||
2021-07-06 | Minimal app now compiles | 1 | -3/+3 | ||
2021-07-05 | Started work | 1 | -0/+131 | ||