aboutsummaryrefslogtreecommitdiff
path: root/macros/src/codegen.rs
AgeCommit message (Expand)Author
2021-08-20Use `mark_internal_name` by default for methods in `util` to make usage of th...datdenkikniet
2021-07-07Fixing testsEmil Fresk
2021-07-07Full local resource syntax workingEmil Fresk
2021-07-06Minimal app now compilesEmil Fresk
2021-07-05Started workEmil Fresk
2021-05-06Flattened the _ out of itEmil Fresk
2021-04-22Merge #469bors[bot]
2021-04-22use super::xx now works with monotonicsEmil Fresk
2021-04-20Merge #477bors[bot]
2021-04-20Fix for default monotonic, `monotonics::now()` now properly worksEmil Fresk
2021-04-18reclaim stack space used in initConor Patrick
2021-04-08Goodbye static mutEmil Fresk
2021-04-08Type aliases now work in the app moduleEmil Fresk
2021-02-25Documentation generation fixesEmil Fresk
2021-02-25Review fixesEmil Fresk
2021-02-23GHA updateEmil Fresk
2021-02-21Fixed UB in generated `Monotonic::now()`Emil Fresk
2021-02-20Fixing warningsEmil Fresk
2021-02-18Now with new monotonic trait and crateEmil Fresk
2020-12-13Now handling SysTick as wellEmil Fresk
2020-12-12CleanupEmil Fresk
2020-12-10More workEmil Fresk
2020-12-03Save, init generation fixedEmil Fresk
2020-11-15The module should not be pubHenrik Tjäder
2020-11-15Move entry-point main into a separate moduleHenrik Tjäder
2020-10-23move dispatchers to app argumentPer Lindgren
2020-10-21Namespace cleanupEmil Fresk
2020-10-21Updated examplesEmil Fresk
2020-10-15Merge branch 'master' into spawn_experimentEmil Fresk
2020-10-15Merge #371bors[bot]
2020-10-15Create Enum containing all tasksHenrik Tjäder
2020-10-15Merge branch 'master' into spawn_experimentEmil Fresk
2020-10-15Detect if the rt flag is defined in the PAC/HALEmil Fresk
2020-10-11Fixing examples and tests, modules now import user imports correctlyEmil Fresk
2020-10-11Now with spawn/schedule from anywhereEmil Fresk
2020-10-05spawn POC works, likely unsound, cleanupPer Lindgren
2020-10-05spawn POC works, likely unsoundPer Lindgren
2020-10-01Rename const_app to mod_appHenrik Tjäder
2020-09-29Remove stale commentHenrik Tjäder
2020-09-29Keep user code as-is within the module, add exampleHenrik Tjäder
2020-09-25cfg_core is gone, cargo fmtHenrik Tjäder
2020-09-25Compose the use-statements, reduce debug-printoutsHenrik Tjäder
2020-09-25Handle user hardware and software tasks and some resourcesHenrik Tjäder
2020-09-25Generate mod instead of const, handle import of idle and initHenrik Tjäder
2020-09-01Remove stale code, fix comment stylingHenrik Tjäder
2020-09-01Cargo fmtHenrik Tjäder
2020-09-01Brutally yank out multicoreHenrik Tjäder
2020-06-11Rename RTFM to RTICHenrik Tjäder
2020-06-11Merge #314bors[bot]
2020-06-03Run cargo fmtHenrik Tjäder