aboutsummaryrefslogtreecommitdiff
path: root/macros/src/codegen.rs (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-20adapt to changes in rtfm-syntaxGravatar Jorge Aparicio 1-1/+1
2019-06-29WIPGravatar Jorge Aparicio 1-0/+2
2019-06-24check that the app is not compiled for more cores than were specifiedGravatar Jorge Aparicio 1-0/+14
2019-06-24Monotonic trait is safe; add MultiCore traitGravatar Jorge Aparicio 1-1/+1
2019-06-18add homogeneous multi-core supportGravatar Jorge Aparicio 1-1/+2
2019-06-13rtfm-syntax refactor + heterogeneous multi-core supportGravatar Jorge Aparicio 1-2380/+87
2019-05-21bump heapless dependency to v0.5.0; remove "nightly" featureGravatar Jorge Aparicio 1-97/+30
2019-05-21removes the maybe_uninit feature gateGravatar Jorge Aparicio 1-20/+21
2019-05-09generate resource proxies only when neededGravatar Jorge Aparicio 1-29/+32
2019-05-01implement RFCs 147 and 155, etc.Gravatar Jorge Aparicio 1-1826/+2050
2019-04-21v0.4.3Gravatar Jorge Aparicio 1-4/+14
2019-04-16Merge #170Gravatar bors[bot] 1-4/+2
2019-04-17now fix the fixGravatar Jorge Aparicio 1-2/+2
2019-04-16more nightly fixesGravatar Jorge Aparicio 1-11/+11
2019-04-16[NFC] fix nightly ciGravatar Jorge Aparicio 1-7/+7
2019-04-16check task priority at compile timeGravatar Jorge Aparicio 1-4/+2
2019-02-26refactor: make `binds` harder to misuseGravatar Jorge Aparicio 1-14/+6
2019-02-26add `binds` example and make it workGravatar Jorge Aparicio 1-2/+2
2019-02-26add `binds` argument to the `interrupt` and `exception` attributesGravatar Jorge Aparicio 1-8/+16
2019-02-19add "nightly" featureGravatar Jorge Aparicio 1-80/+181
2019-02-16rebase fixGravatar Jorge Aparicio 1-1/+1
2019-02-16make debug builds reproducibleGravatar Jorge Aparicio 1-101/+132
2019-02-16Make generated names stable when sorting.Gravatar Hugo van der Wijst 1-7/+28
2019-02-16Seed RNG with package name and prepend string to full random name.Gravatar Hugo van der Wijst 1-2/+8
2019-02-16Make identifiers deterministic.Gravatar Hugo van der Wijst 1-64/+54
2019-02-16Make builds reproducibleGravatar Hugo van der Wijst 1-7/+7
2019-02-13fix non_camel_case_types warningsGravatar Jorge Aparicio 1-0/+1
2019-02-12accept `init: fn() -> init::LateResources`Gravatar Jorge Aparicio 1-16/+91
2019-01-17Fix build on recent nightlies.Gravatar Hugo van der Wijst 1-0/+1
2018-12-16move macros crate to the 2018 editionGravatar Jorge Aparicio 1-2/+4
2018-12-16properly handle `#[cfg]` (conditional compilation) on tasksGravatar Jorge Aparicio 1-16/+60
2018-12-16properly handle #[cfg] (conditional compilation) on resourcesGravatar Jorge Aparicio 1-55/+165
2018-12-16use the single core variant of spsc::QueueGravatar Jorge Aparicio 1-2/+2
2018-12-15codegen/statics: forward #[cfg] attributesGravatar Jorge Aparicio 1-0/+3
2018-12-15move some interrupt configuration to pre_initGravatar Jorge Aparicio 1-22/+26
2018-12-15codegen: merge dictionaries related to task dispatchersGravatar Jorge Aparicio 1-14/+23
2018-12-15codegen: merge dictionaries related to tasksGravatar Jorge Aparicio 1-94/+106
2018-12-02codegen: stop using `export_name`Gravatar Jorge Aparicio 1-52/+58
2018-11-04fix codegenGravatar Jorge Aparicio 1-7/+15
2018-11-04impl Mutex on all shared resourcesGravatar Jorge Aparicio 1-19/+49
2018-11-03v0.4.0Gravatar Jorge Aparicio 1-0/+1815