aboutsummaryrefslogtreecommitdiff
path: root/macros
AgeCommit message (Expand)Author
2020-10-05spawn POC works, likely unsound, cleanupPer Lindgren
2020-10-05spawn POC works, likely unsoundPer Lindgren
2020-10-05Added back accidentally removed blockEmil Fresk
2020-10-05Move to master of rtic-syntaxEmil Fresk
2020-10-05Merge branch 'master' into always_late_resourcesEmil Fresk
2020-10-05Use latest rtic-syntax masterHenrik Tjäder
2020-10-02Merge branch 'master' into mod_constHenrik Tjäder
2020-10-01Added `bare_metal::CriticalSection` to `init::Context`Emil Fresk
2020-10-01Now late resources are always usedEmil Fresk
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-25Due to new module boundaries the schedule fn needs to be pubHenrik Tjäder
2020-09-25cfg_core is gone, cargo fmtHenrik Tjäder
2020-09-25Use dev-branch for mod_constHenrik Tjäder
2020-09-25Add format_ident importsHenrik Tjäder
2020-09-25Modify macro tests, use mod instead of constHenrik Tjäder
2020-09-25Compose the use-statements, reduce debug-printoutsHenrik Tjäder
2020-09-25Collect and generate required use-statementsHenrik 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-25Update documentation where const is replaced by modHenrik Tjäder
2020-09-04Use rtic-rs masterHenrik 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 rtic-s...Henrik Tjäder
2020-09-01Cargo fmtHenrik Tjäder
2020-09-01Brutally yank out multicoreHenrik Tjäder
2020-08-27Preparing v0.5.5 releaseEmil Fresk
2020-08-27Reuse cortex-mHenrik Tjäder
2020-08-26Preparing for 0.5.4 releaseEmil Fresk
2020-07-09rtic::export::Peripherals created by into instead of transmutePer Lindgren
2020-06-30Fixes an issue where one could double take the cortex_m PeripheralEmil Fresk
2020-06-11Rename RTFM to RTICHenrik Tjäder
2020-06-11FmtEmil Fresk
2020-06-11Merge #314bors[bot]
2020-06-11Merge #315bors[bot]
2020-06-03Run cargo fmtHenrik Tjäder
2020-05-29allow handlers to be named 'main'Jorge Aparicio
2020-05-26TODO(remove) codegen no-opJorge Aparicio
2020-04-22Retain cfg-attributes on resourcesHenrik Tjäder
2019-11-14v0.5.0 final releaseJorge Aparicio
2019-10-21do not zero late resource memory on bootJorge Aparicio
2019-10-15v0.5.0 beta releaseJorge Aparicio
2019-09-15turn git deps into crates.io depsJorge Aparicio
2019-09-15fix gh-pages buildJorge Aparicio
2019-09-15don't use deprecated APIJorge Aparicio
2019-08-21doc tweaksJorge Aparicio
2019-08-21document #[app]Jorge Aparicio
2019-08-20adapt to changes in rtfm-syntaxJorge Aparicio
2019-07-11implement the #[shared] attribute as specified in RFC #211Jorge Aparicio