aboutsummaryrefslogtreecommitdiff
path: root/macros/src/codegen/shared_resources_struct.rs
AgeCommit message (Collapse)Author
2023-03-01Add rtic-timer (timerqueue + monotonic) and rtic-monotonics (systick-monotonic)Emil Fresk
2023-03-01Fix so deny(missing_docs) workEmil Fresk
2023-03-01Lifetime cleanupEmil Fresk
2023-03-01Removed Priority, simplified lifetime handlingEmil Fresk
2023-03-01RTIC v2: Initial commitEmil Fresk
rtic-syntax is now part of RTIC repository
2023-01-22Handle more cfgs, support cfg on HW/SW tasksHenrik Tjäder
2023-01-22Improve RTIC doc handlingHenrik Tjäder
Enable use of ``` #![deny(missing_docs)] ```
2022-02-22Clippy with pedantic suggestionsHenrik Tjäder
2021-12-25Clippy lintsHenrik Tjäder
2021-11-11Better errors on when missing to lock shared resourcesEmil Fresk
2021-11-02Fixed aliasing issue due to RacyCell implementationEmil Fresk
2021-08-20Use `mark_internal_name` by default for methods in `util` to make usage of ↵datdenkikniet
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-19Silence rust-analyzer warnings on internal typesHenrik Tjäder
2021-07-07Fixing testsEmil Fresk
2021-07-06Minimal app now compilesEmil Fresk
2021-07-05Started workEmil Fresk