aboutsummaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Collapse)Author
2022-03-02Added support for SRP based scheduling for armv6mPer Lindgren
2022-01-08Fix the locals.rs commentJakub Młynarczyk
I believe that is a typo s/shared/local_to_bar
2022-01-04Drift free timing examplesPer Lindgren
2021-12-26Improved docs on where the 12 MHz comes from in SysTickEmil Fresk
2021-12-14Idle: Switch to NOP instead of WFIHenrik Tjäder
Add example how to get old WFI behaviour
2021-11-09New monotonic trait workingEmil Fresk
2021-11-03Fix CIEmil Fresk
2021-10-13remove outdated commentPer Lindgren
2021-09-23The great docs updateEmil Fresk
2021-07-22book/resources: rm #[task_local] mention; add #[lock_free] exampleJorge Aparicio
the #[task_local] attribute was removed
2021-07-22comment out line that doesn't compileJorge Aparicio
2021-07-21book/resources: remove mentions of the field attribute #[init(<expr>)]Jorge Aparicio
it no longer exists. all resources are now late resources
2021-07-21book/resources: do not use the lock API in the very first exampleJorge Aparicio
instead stick to `#[local]` resources
2021-07-21use tuple struct syntax for Monotonics everywhereJorge Aparicio
2021-07-20rustfmtAndrey Zgarbul
2021-07-20fix pool examplemriise
2021-07-09const genericsAndrey Zgarbul
2021-07-08Cleanup from review (needs releases to compile)Emil Fresk
2021-07-07Fixing testsEmil Fresk
2021-05-23Minor cleanupEmil Fresk
2021-05-06Flattened the _ out of itEmil Fresk
2021-04-22use super::xx now works with monotonicsEmil Fresk
2021-04-20Fix for default monotonic, `monotonics::now()` now properly worksEmil Fresk
2021-04-08Fixed UB in `spawn_at`Emil Fresk
2021-04-08Type aliases now work in the app moduleEmil Fresk
2021-04-07Updated dwt-systick-monotonicEmil Fresk
2021-03-22Updated schedule example with all combinationsEmil Fresk
2021-03-13Added interface for cancel/rescheduleEmil Fresk
Use wrapping add for marker No need to store handle to queue Remove unnecessary `SpawnHandle::new` Fix test Updated interface to follow proposal
2021-03-03Use panic_semihosting for all examplesHenrik Tjäder
2021-02-23GHA updateEmil Fresk
Fmt fixes Spawn_after did not work with parameters Examples working again Revert "GHA update" This reverts commit e0a71d4859966a6c5cf2629d3cb27e88acada9c0. Readd flags Only add DWT based dep with __v7 flag
2021-02-20Test fixesEmil Fresk
2020-12-13Now handling SysTick as wellEmil Fresk
2020-12-12CleanupEmil Fresk
2020-12-10More workEmil Fresk
2020-12-08TQ handlers being generatedEmil Fresk
2020-12-03Save, init generation fixedEmil Fresk
2020-11-15Move entry-point main into a separate moduleHenrik Tjäder
Prevents conflict with user provided tasks named main
2020-11-14Added multilock to CIEmil Fresk
2020-11-14Multilock supportEmil Fresk
2020-11-12resourcesPer Lindgren
2020-10-29extern taskPer Lindgren
2020-10-23Merge #400bors[bot]
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 argumentPer Lindgren
2020-10-23Now all locks are symmetricEmil Fresk
Test fixes Fix test Fix comment
2020-10-22Add the cfgs on a task to the module for that taskHenrik Tjäder
2020-10-22Fix UI testsEmil Fresk
Fix
2020-10-21Namespace cleanupEmil Fresk
2020-10-21Updated examplesEmil Fresk
More work
2020-10-15Merge branch 'master' into spawn_experimentEmil Fresk
2020-10-15Fix comments in examplesEmil Fresk