aboutsummaryrefslogtreecommitdiff
path: root/macros/src/syntax.rs (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-03-01syntax: Remove parse settings structGravatar Emil Fresk 1-20/+4
2023-03-01Old xtask test passGravatar Emil Fresk 1-21/+0
2023-03-01RTIC v2: Initial commitGravatar Emil Fresk 1-0/+158
2019-06-13rtfm-syntax refactor + heterogeneous multi-core supportGravatar Jorge Aparicio 1-1382/+0
2019-05-01implement RFCs 147 and 155, etc.Gravatar Jorge Aparicio 1-238/+226
2019-04-16check task priority at compile timeGravatar Jorge Aparicio 1-2/+2
2019-02-26refactor: make `binds` harder to misuseGravatar Jorge Aparicio 1-1/+8
2019-02-26`binds` can only appear once in the argument listGravatar Jorge Aparicio 1-0/+7
2019-02-26add `binds` argument to the `interrupt` and `exception` attributesGravatar Jorge Aparicio 1-22/+69
2019-02-23reject duplicate arguments in #[interrupt] and #[exception]Gravatar Jorge Aparicio 1-0/+14
2019-02-16Make builds reproducibleGravatar Hugo van der Wijst 1-18/+18
2019-02-12accept `init: fn() -> init::LateResources`Gravatar Jorge Aparicio 1-5/+59
2018-12-16move macros crate to the 2018 editionGravatar Jorge Aparicio 1-12/+12
2018-12-16properly handle `#[cfg]` (conditional compilation) on tasksGravatar Jorge Aparicio 1-1/+4
2018-12-16properly handle #[cfg] (conditional compilation) on resourcesGravatar Jorge Aparicio 1-9/+15
2018-12-15codegen/statics: forward #[cfg] attributesGravatar Jorge Aparicio 1-1/+22
2018-11-03v0.4.0Gravatar Jorge Aparicio 1-0/+1235