aboutsummaryrefslogtreecommitdiff
path: root/macros/src/codegen.rs (follow)
AgeCommit message (Collapse)AuthorFilesLines
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
fixes #110
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
`export_name` creates external symbols that won't be removed when using `-Z emit-stack-sizes`
2018-11-04fix codegenGravatar Jorge Aparicio 1-7/+15
2018-11-04impl Mutex on all shared resourcesGravatar Jorge Aparicio 1-19/+49
document how to write generic code that operates on resources
2018-11-03v0.4.0Gravatar Jorge Aparicio 1-0/+1815
closes #32 closes #33