aboutsummaryrefslogtreecommitdiff
path: root/macros/src/codegen (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-05-29allow handlers to be named 'main'Gravatar Jorge Aparicio 3-3/+3
`#[init]`, `#[idle]` and `#[task]` handlers can now be named `main` fixes #311
2020-04-22Retain cfg-attributes on resourcesGravatar Henrik Tjäder 3-4/+22
2019-10-21do not zero late resource memory on bootGravatar Jorge Aparicio 1-2/+10
2019-09-15don't use deprecated APIGravatar Jorge Aparicio 1-1/+1
2019-08-20adapt to changes in rtfm-syntaxGravatar Jorge Aparicio 5-3/+9
2019-07-11implement the #[shared] attribute as specified in RFC #211Gravatar Jorge Aparicio 1-1/+5
2019-07-10implement RFC #212Gravatar Jorge Aparicio 2-42/+45
2019-07-03fix (cross-core) initialization barriersGravatar Jorge Aparicio 1-9/+11
2019-06-29WIPGravatar Jorge Aparicio 11-22/+109
2019-06-24Monotonic trait is safe; add MultiCore traitGravatar Jorge Aparicio 1-2/+9
2019-06-20RFC #207Gravatar Jorge Aparicio 3-9/+21
2019-06-18add homogeneous multi-core supportGravatar Jorge Aparicio 9-17/+86
2019-06-13rtfm-syntax refactor + heterogeneous multi-core supportGravatar Jorge Aparicio 18-0/+2466