aboutsummaryrefslogtreecommitdiff
path: root/macros/src/codegen.rs (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-15Merge branch 'master' into spawn_experimentGravatar Emil Fresk 1-0/+16
2020-10-15Merge #371Gravatar bors[bot] 1-0/+17
2020-10-15Create Enum containing all tasksGravatar Henrik Tjäder 1-0/+17
2020-10-15Merge branch 'master' into spawn_experimentGravatar Emil Fresk 1-1/+1
2020-10-15Detect if the rt flag is defined in the PAC/HALGravatar Emil Fresk 1-1/+1
2020-10-11Fixing examples and tests, modules now import user imports correctlyGravatar Emil Fresk 1-16/+3
2020-10-11Now with spawn/schedule from anywhereGravatar Emil Fresk 1-8/+8
2020-10-05spawn POC works, likely unsound, cleanupGravatar Per Lindgren 1-1/+0
2020-10-05spawn POC works, likely unsoundGravatar Per Lindgren 1-0/+1
2020-10-01Rename const_app to mod_appGravatar Henrik Tjäder 1-25/+25
2020-09-29Remove stale commentGravatar Henrik Tjäder 1-1/+0
2020-09-29Keep user code as-is within the module, add exampleGravatar Henrik Tjäder 1-0/+6
2020-09-25cfg_core is gone, cargo fmtGravatar Henrik Tjäder 1-8/+18
2020-09-25Compose the use-statements, reduce debug-printoutsGravatar Henrik Tjäder 1-18/+12
2020-09-25Handle user hardware and software tasks and some resourcesGravatar Henrik Tjäder 1-3/+25
2020-09-25Generate mod instead of const, handle import of idle and initGravatar Henrik Tjäder 1-3/+16
2020-09-01Remove stale code, fix comment stylingGravatar Henrik Tjäder 1-7/+3
2020-09-01Cargo fmtGravatar Henrik Tjäder 1-7/+3
2020-09-01Brutally yank out multicoreGravatar Henrik Tjäder 1-55/+36
2020-06-11Rename RTFM to RTICGravatar Henrik Tjäder 1-2/+2
2020-06-11Merge #314Gravatar bors[bot] 1-0/+2
2020-06-03Run cargo fmtGravatar Henrik Tjäder 1-1/+2
2020-05-26TODO(remove) codegen no-opGravatar Jorge Aparicio 1-0/+2
2020-04-22Retain cfg-attributes on resourcesGravatar Henrik Tjäder 1-1/+1
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