aboutsummaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2020-10-29extern taskPer Lindgren
2020-10-23Merge #400bors[bot]
2020-10-23move dispatchers to app argumentPer Lindgren
2020-10-23Now all locks are symmetricEmil Fresk
2020-10-22Add the cfgs on a task to the module for that taskHenrik Tjäder
2020-10-22Fix UI testsEmil Fresk
2020-10-21Namespace cleanupEmil Fresk
2020-10-21Updated examplesEmil Fresk
2020-10-15Merge branch 'master' into spawn_experimentEmil Fresk
2020-10-15Fix comments in examplesEmil Fresk
2020-10-15Merge #371bors[bot]
2020-10-15Updated examples and rtic-nameHenrik Tjäder
2020-10-15Add example with features on all resources combined with lock_free and task_l...Henrik Tjäder
2020-10-15task_local and lock_free analysis (take 1)Per
2020-10-15Merge branch 'master' into spawn_experimentEmil 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-08Merge branch 'master' into spawn_experimentEmil Fresk
2020-10-07Now core contains the same `Peripherals` type based on monotonicEmil Fresk
2020-10-05spawn examples updatedPer Lindgren
2020-10-05spawn POC works, likely unsoundPer Lindgren
2020-10-05Merge branch 'master' into always_late_resourcesEmil Fresk
2020-10-05Merge #368bors[bot]
2020-10-03Updated documentation to include the critical section token in initEmil Fresk
2020-10-01Now late resources are always usedEmil Fresk
2020-09-29Annotate the resource structHenrik Tjäder
2020-09-29Pool example need to import things into the modHenrik Tjäder
2020-09-29Workaround lint for nowHenrik Tjäder
2020-09-29Keep user code as-is within the module, add exampleHenrik Tjäder
2020-09-29All examples use #[resources] attributeHenrik Tjäder
2020-09-25Name collision with RTIC-mainHenrik Tjäder
2020-09-25Update new example to use mod {}Henrik Tjäder
2020-09-25Examples need to import the resourcesHenrik Tjäder
2020-09-25Modules using lower-case in examplesHenrik Tjäder
2020-09-25Examples using mod instead of constHenrik Tjäder
2020-09-25Fixed example and v7 flagEmil Fresk
2020-09-24Regression in master on double scheduleEmil Fresk
2020-09-14Fixed so examples do not crash in release modeEmil Fresk
2020-06-30Merge #337bors[bot]
2020-06-30Fixes an issue where one could double take the cortex_m PeripheralEmil Fresk
2020-06-26Examples: Clarify extern sectionDanilo Bargen
2020-06-11Rename RTFM to RTICHenrik Tjäder
2020-06-11FmtEmil Fresk
2020-06-11Merge pull request #313 from russell/patch-1Emil Fresk
2020-06-11Merge #315bors[bot]
2020-06-10Use cargo feature instead of conditional compilation hacksHenrik Tjäder
2020-06-03Run cargo fmtHenrik Tjäder
2020-05-29allow handlers to be named 'main'Jorge Aparicio
2020-05-26Update example to use better initial valueRussell Sim
2020-04-22Retain cfg-attributes on resourcesHenrik Tjäder