aboutsummaryrefslogtreecommitdiff
path: root/macros/src
AgeCommit message (Expand)Author
2022-12-15Clippy: Fix (clippy::needless_borrow)Henrik Tjäder
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-24Fix clash with defmtEmil Fresk
2022-05-17More ergonomic error from static asserts messagesEmil Fresk
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
2022-02-18rtic::mutex::prelude::* fixes glob import lintHenrik Tjäder
2022-02-09Fix/mute clippy errorsHenrik Tjäder
2022-01-28RTIC macro expansion: Try to find target-dirHenrik Tjäder
2021-12-25Clippy lintsHenrik Tjäder
2021-12-14Idle: Switch to NOP instead of WFIHenrik Tjäder
2021-11-25Remove #[deny(warnings)], but deny warnings for CIHenrik Tjäder
2021-11-25Docs: add RTIC logoHenrik Tjäder
2021-11-11Better errors on when missing to lock shared resourcesEmil Fresk
2021-11-09Merge #547bors[bot]
2021-11-09Merge #549bors[bot]
2021-11-09New monotonic trait workingEmil Fresk
2021-11-07Match new rtic-syntax naming of shared and localHenrik Tjäder
2021-11-03fix #543Andrew Gazelka
2021-11-03Fixed aliasing in lock implEmil Fresk
2021-11-03Cleanup of resource initialization, no need to dereferenceEmil Fresk
2021-11-02Fixed aliasing issue due to RacyCell implementationEmil Fresk
2021-09-28Fix export of SYSTEmil Fresk
2021-09-27Updated codegen for the updated syntax (default monotonic priority)Emil Fresk
2021-09-23The great docs updateEmil Fresk
2021-09-14Merge #525bors[bot]
2021-09-14Cleanup export and actually use rtic::export, made fn init inlineEmil Fresk
2021-08-31style fixJorge Aparicio
2021-08-31validate unused dispatchersJorge Aparicio
2021-08-20Merge #516bors[bot]
2021-08-20More rustanalyzer lint fixesEmil Fresk
2021-08-20Use `mark_internal_name` by default for methods in `util` to make usage of th...datdenkikniet
2021-08-19Silence rust-analyzer warnings on internal typesHenrik Tjäder
2021-08-19Fixed some lints from Rust Analyzer with experimental proc-macrosEmil Fresk
2021-08-16Remove linked list impl - use heapless, linked list init now const fnEmil Fresk
2021-07-22Propogate the task attributes to the spawn handlesAlex Crawford
2021-07-21use tuple struct syntax for Monotonics everywhereJorge Aparicio
2021-07-09const genericsAndrey Zgarbul
2021-07-08Cleanup from review (needs releases to compile)Emil Fresk
2021-07-07Fixing testsEmil Fresk
2021-07-07Full local resource syntax workingEmil Fresk
2021-07-06Minimal app now compilesEmil Fresk
2021-07-05Started workEmil Fresk