aboutsummaryrefslogtreecommitdiff
path: root/macros/src/codegen/init.rs
AgeCommit message (Collapse)Author
2021-07-07Fixing testsEmil Fresk
2021-07-07Full local resource syntax workingEmil Fresk
2021-07-06Minimal app now compilesEmil Fresk
2021-05-06Flattened the _ out of itEmil Fresk
2021-02-18Now with new monotonic trait and crateEmil Fresk
2020-12-10More workEmil Fresk
2020-12-03Save, init generation fixedEmil Fresk
2020-10-23Now all locks are symmetricEmil Fresk
Test fixes Fix test Fix comment
2020-10-22Merge #396bors[bot]
396: Fix namespaces r=AfoHT a=korken89 Co-authored-by: Emil Fresk <emil.fresk@gmail.com>
2020-10-21Updated examplesEmil Fresk
More work
2020-10-15Implement all clippy suggestionsHenrik Tjäder
2020-10-08Merge branch 'master' into spawn_experimentEmil Fresk
2020-10-05spawn POC works, likely unsoundPer Lindgren
2020-10-05Added back accidentally removed blockEmil Fresk
2020-10-05Merge branch 'master' into always_late_resourcesEmil Fresk
2020-10-01Now late resources are always usedEmil Fresk
2020-10-01Rename const_app to mod_appHenrik Tjäder
2020-09-25cfg_core is gone, cargo fmtHenrik Tjäder
2020-09-25Collect and generate required use-statementsHenrik Tjäder
2020-09-01Remove stale code, fix comment stylingHenrik Tjäder
2020-09-01Since there only will be one init/idle use .first().unwrap(), matching ↵Henrik Tjäder
rtic-syntax
2020-09-01Cargo fmtHenrik Tjäder
2020-09-01Brutally yank out multicoreHenrik Tjäder
2020-06-11Rename RTFM to RTICHenrik Tjäder
2020-06-11FmtEmil Fresk
2020-06-11Merge #315bors[bot]
315: allow handlers to be named 'main' r=korken89 a=japaric `#[init]`, `#[idle]` and `#[task]` handlers can now be named `main` fixes #311 Co-authored-by: Jorge Aparicio <jorge.aparicio@ferrous-systems.com>
2020-06-03Run cargo fmtHenrik Tjäder
2020-05-29allow handlers to be named 'main'Jorge Aparicio
`#[init]`, `#[idle]` and `#[task]` handlers can now be named `main` fixes #311
2020-04-22Retain cfg-attributes on resourcesHenrik Tjäder
2019-08-20adapt to changes in rtfm-syntaxJorge Aparicio
2019-06-29WIPJorge Aparicio
2019-06-13rtfm-syntax refactor + heterogeneous multi-core supportJorge Aparicio