aboutsummaryrefslogtreecommitdiff
path: root/macros/src/check.rs
AgeCommit message (Expand)Author
2023-03-01Add rtic-timer (timerqueue + monotonic) and rtic-monotonics (systick-monotonic)Emil Fresk
2023-03-01Clippy fixesEmil Fresk
2023-03-01Support 0 prio tasksEmil Fresk
2023-03-01Add check againEmil Fresk
2022-12-15Clippy: Fix (clippy::needless_borrow)Henrik Tjäder
2020-12-08TQ handlers being generatedEmil Fresk
2020-12-03Save, init generation fixedEmil Fresk
2020-10-23move dispatchers to app argumentPer Lindgren
2020-10-15Implement all clippy suggestionsHenrik Tjäder
2020-10-11Now with spawn/schedule from anywhereEmil Fresk
2020-09-01Remove stale code, fix comment stylingHenrik Tjäder
2020-09-01Cargo fmtHenrik Tjäder
2020-09-01Brutally yank out multicoreHenrik Tjäder
2020-06-11Rename RTFM to RTICHenrik Tjäder
2019-08-20adapt to changes in rtfm-syntaxJorge Aparicio
2019-06-20RFC #207Jorge Aparicio
2019-06-18add homogeneous multi-core supportJorge Aparicio
2019-06-13rtfm-syntax refactor + heterogeneous multi-core supportJorge Aparicio
2019-05-21remove unused checkJorge Aparicio
2019-05-01rtfm::app: update error messageJorge Aparicio
2019-05-01implement RFCs 147 and 155, etc.Jorge Aparicio
2019-02-26refactor: make `binds` harder to misuseJorge Aparicio
2019-02-26make cfail test actually failJorge Aparicio
2019-02-16cargo fmtJorge Aparicio
2019-02-12accept `init: fn() -> init::LateResources`Jorge Aparicio
2019-02-12forbid early returns in initJorge Aparicio
2018-12-16move macros crate to the 2018 editionJorge Aparicio
2018-12-16properly handle `#[cfg]` (conditional compilation) on tasksJorge Aparicio
2018-11-03v0.4.0Jorge Aparicio
2018-06-07Fix "Could not find `Op` in `proc_macro`"Ferdia McKeogh
2018-04-16update parserJorge Aparicio
2017-12-09safe `&'static mut` references via init.resourcesJorge Aparicio
2017-12-09peripherals as scoped singletonsJorge Aparicio
2017-07-29update examplesJorge Aparicio
2017-07-27make task.$T.path mandatoryJorge Aparicio
2017-07-27make task.$T.enabled optionalJorge Aparicio
2017-07-27make task.$T.priority optionalJorge Aparicio
2017-07-24task! is not needed if tasks.$T.path is specifiedJorge Aparicio
2017-07-18adapt to changes in rtfm-syntaxJorge Aparicio
2017-07-14rename rtfm! to app! and adapt to changes in rtfm-syntaxJorge Aparicio
2017-07-14split macro parser into its own crate and improve error handling / reportingJorge Aparicio
2017-07-06syntax tweaks, relax check, add set_pending(), deal with imported typesJorge Aparicio
2017-07-04rtfm! macro take 2Jorge Aparicio