aboutsummaryrefslogtreecommitdiff
path: root/macros/src/syntax.rs
AgeCommit message (Expand)Author
2019-06-13rtfm-syntax refactor + heterogeneous multi-core supportJorge Aparicio
2019-05-01implement RFCs 147 and 155, etc.Jorge Aparicio
2019-04-16check task priority at compile timeJorge Aparicio
2019-02-26refactor: make `binds` harder to misuseJorge Aparicio
2019-02-26`binds` can only appear once in the argument listJorge Aparicio
2019-02-26add `binds` argument to the `interrupt` and `exception` attributesJorge Aparicio
2019-02-23reject duplicate arguments in #[interrupt] and #[exception]Jorge Aparicio
2019-02-16Make builds reproducibleHugo van der Wijst
2019-02-12accept `init: fn() -> init::LateResources`Jorge Aparicio
2018-12-16move macros crate to the 2018 editionJorge Aparicio
2018-12-16properly handle `#[cfg]` (conditional compilation) on tasksJorge Aparicio
2018-12-16properly handle #[cfg] (conditional compilation) on resourcesJorge Aparicio
2018-12-15codegen/statics: forward #[cfg] attributesJorge Aparicio
2018-11-03v0.4.0Jorge Aparicio