aboutsummaryrefslogtreecommitdiff
path: root/macros/src/codegen/shared_resources.rs
AgeCommit message (Expand)Author
2023-03-01Add rtic-timer (timerqueue + monotonic) and rtic-monotonics (systick-monotonic)Emil Fresk
2023-03-01All codegen is now explicitEmil Fresk
2023-03-01Removed Priority, simplified lifetime handlingEmil Fresk
2023-03-01Min codegenEmil Fresk
2023-03-01RTIC v2: Initial commitEmil Fresk
2022-12-14Fix CI error caused by `critical-section` 0.2.8Emil Fresk
2022-07-27Merge #652bors[bot]
2022-07-27Remove use of basepri register on thumbv8m.baseDavid Watson
2022-07-27Fix missing formattingGabriel Górski
2022-07-06Allow custom `link_section` attributes for late resourcesGabriel Górski
2022-05-10Fixed warning from Rust AnalyzerEmil Fresk
2022-04-20Added check for resource usage and to generate an compile error for thumbv6 e...Emil Fresk
2022-04-20Masks take 3Emil Fresk
2022-03-02Added support for SRP based scheduling for armv6mPer Lindgren
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-03Fixed aliasing in lock implEmil 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 th...datdenkikniet
2021-08-19Fixed some lints from Rust Analyzer with experimental proc-macrosEmil Fresk
2021-07-08Cleanup from review (needs releases to compile)Emil Fresk
2021-07-06Minimal app now compilesEmil Fresk
2021-07-05Started workEmil Fresk