aboutsummaryrefslogtreecommitdiff
path: root/macros/src/trans.rs
AgeCommit message (Expand)Author
2018-11-03v0.4.0Jorge Aparicio
2018-08-24more fixesJorge Aparicio
2018-06-07Fix "Could not find `Op` in `proc_macro`"Ferdia McKeogh
2018-04-16update parserJorge Aparicio
2018-01-11adapt to changes in the cortex-m crateJorge Aparicio
2017-12-17add missing commaJorge Aparicio
2017-12-09safe `&'static mut` references via init.resourcesJorge Aparicio
2017-12-09implement the Resource trait for owned resourcesJorge Aparicio
2017-12-09drop the Static wrapperJorge Aparicio
2017-12-09make resource proxies not SyncJorge Aparicio
2017-12-09make resource proxies !SendJorge Aparicio
2017-12-09rename LateResourceValues to LateResourcesJorge Aparicio
2017-12-09remove special case around peripherals from codegenJorge Aparicio
2017-12-09peripherals as scoped singletonsJorge Aparicio
2017-10-02fix `idle::Resources::new`Jorge Aparicio
2017-09-22Fix shared resource handling and extend example.Jonas Schievink
2017-09-22Simplify iterator usageJonas Schievink
2017-09-06Use `untagged_option` crateJonas Schievink
2017-09-03Allow initialization of resources in `init`.Jonas Schievink
2017-07-27`Send`-ness check is now in rtfm-coreJorge Aparicio
2017-07-27make task.$T.path mandatoryJorge Aparicio
2017-07-27make task.$T.enabled optionalJorge Aparicio
2017-07-27don't generate empty modulesJorge Aparicio
2017-07-27refactor Resource / Threshold into its own crate, drop task!, tweak rtfm::atomicJorge Aparicio
2017-07-26provide a Threshold token even when all resources are locklessJorge Aparicio
2017-07-26fix around owned idle resourceJorge Aparicio
2017-07-25fix errors around the use of `super` in relative pathsJorge Aparicio
2017-07-24more "hygiene"Jorge Aparicio
2017-07-24task! is not needed if tasks.$T.path is specifiedJorge Aparicio
2017-07-23don't wrap static references in a `Static`Jorge Aparicio
2017-07-23drop rtfm::CellJorge Aparicio
2017-07-23drop idle.localsJorge Aparicio
2017-07-20misc fixesJorge Aparicio
2017-07-20`Resource` trait, docs, examples and rtfm-syntax related changesJorge Aparicio
2017-07-18make compatible with the unsafe_code lintJorge Aparicio
2017-07-18tasks / idle have exclusive access to Threshold, but do not own the tokenJorge Aparicio
2017-07-18resources owned by idle have 'static lifetimeJorge Aparicio
2017-07-14split macro parser into its own crate and improve error handling / reportingJorge Aparicio
2017-07-11compiler plugin -> proc macroJorge Aparicio
2017-07-09make the init::Resources argument optionalJorge Aparicio
2017-07-08fix unused variable warning around interrupt::freeJorge Aparicio
2017-07-06syntax tweaks, relax check, add set_pending(), deal with imported typesJorge Aparicio
2017-07-06rtfm!: remove init.resources and make idle.local optionalJorge Aparicio
2017-07-04rtfm! macro take 2Jorge Aparicio