aboutsummaryrefslogtreecommitdiff
path: root/macros/src/codegen (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-10-23Merge #400Gravatar bors[bot] 7-27/+31
400: codegen and examples r=AfoHT a=perlindgren just a test Co-authored-by: Per Lindgren <per.lindgren@ltu.se>
2020-10-23move dispatchers to app argumentGravatar Per Lindgren 7-27/+31
2020-10-23Now all locks are symmetricGravatar Emil Fresk 6-103/+61
Test fixes Fix test Fix comment
2020-10-22Add the cfgs on a task to the module for that taskGravatar Henrik Tjäder 1-0/+5
2020-10-22Merge #396Gravatar bors[bot] 10-113/+51
396: Fix namespaces r=AfoHT a=korken89 Co-authored-by: Emil Fresk <emil.fresk@gmail.com>
2020-10-21Hide lock type better to not collide with user typesGravatar Emil Fresk 1-1/+1
2020-10-21Namespace cleanupGravatar Emil Fresk 5-24/+11
2020-10-21Updated examplesGravatar Emil Fresk 8-88/+39
More work
2020-10-15Implement all clippy suggestionsGravatar Henrik Tjäder 6-21/+24
2020-10-15Merge branch 'master' into spawn_experimentGravatar Emil Fresk 3-5/+4
2020-10-15Detect if the rt flag is defined in the PAC/HALGravatar Emil Fresk 4-8/+6
Better error message Improved error string Update UI tests
2020-10-11Fixing examples and tests, modules now import user imports correctlyGravatar Emil Fresk 6-25/+21
Fmt Correct syntax crate UI test fix Fix build script Cleanup More cleanup
2020-10-11Now with spawn/schedule from anywhereGravatar Emil Fresk 11-639/+123
2020-10-08Merge branch 'master' into spawn_experimentGravatar Emil Fresk 2-43/+32
2020-10-08Added critical sectionsGravatar Emil Fresk 1-17/+11
2020-10-07Now core contains the same `Peripherals` type based on monotonicGravatar Emil Fresk 1-2/+2
2020-10-05spawn POC works, likely unsound, cleanupGravatar Per Lindgren 2-80/+0
2020-10-05spawn POC works, likely unsoundGravatar Per Lindgren 7-10/+168
2020-10-05Added back accidentally removed blockGravatar Emil Fresk 1-0/+6
2020-10-05Merge branch 'master' into always_late_resourcesGravatar Emil Fresk 9-42/+126
2020-10-02Merge branch 'master' into mod_constGravatar Henrik Tjäder 1-0/+8
2020-10-01Added `bare_metal::CriticalSection` to `init::Context`Gravatar Emil Fresk 1-0/+8
2020-10-01Now late resources are always usedGravatar Emil Fresk 2-37/+27
2020-10-01Rename const_app to mod_appGravatar Henrik Tjäder 5-39/+27
2020-09-25Due to new module boundaries the schedule fn needs to be pubGravatar Henrik Tjäder 1-3/+3
2020-09-25cfg_core is gone, cargo fmtGravatar Henrik Tjäder 5-11/+18
2020-09-25Add format_ident importsGravatar Henrik Tjäder 2-2/+2
2020-09-25Collect and generate required use-statementsGravatar Henrik Tjäder 6-12/+57
2020-09-25Handle user hardware and software tasks and some resourcesGravatar Henrik Tjäder 3-3/+46
2020-09-01Remove stale code, fix comment stylingGravatar Henrik Tjäder 16-337/+32
2020-09-01Since there only will be one init/idle use .first().unwrap(), matching ↵Gravatar Henrik Tjäder 5-18/+9
rtic-syntax
2020-09-01Cargo fmtGravatar Henrik Tjäder 8-64/+32
2020-09-01Brutally yank out multicoreGravatar Henrik Tjäder 18-518/+393
2020-08-27Reuse cortex-mGravatar Henrik Tjäder 1-2/+1
2020-07-09rtic::export::Peripherals created by into instead of transmuteGravatar Per Lindgren 1-6/+8
2020-06-30Fixes an issue where one could double take the cortex_m PeripheralGravatar Emil Fresk 1-0/+7
Added qemu test Added comment Typo Add cfg for homogeneous More cfg Now multicore working Add .run file
2020-06-11Rename RTFM to RTICGravatar Henrik Tjäder 18-111/+111
2020-06-11FmtGravatar Emil Fresk 1-2/+3
2020-06-11Merge #315Gravatar bors[bot] 3-3/+3
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 fmtGravatar Henrik Tjäder 2-7/+6
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