aboutsummaryrefslogtreecommitdiff
path: root/examples/t-schedule.rs
AgeCommit message (Collapse)Author
2021-07-07Fixing testsEmil 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-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-10-23move dispatchers to app argumentPer Lindgren
2020-10-21Updated examplesEmil Fresk
More work
2020-10-11Fixing examples and tests, modules now import user imports correctlyEmil Fresk
Fmt Correct syntax crate UI test fix Fix build script Cleanup More cleanup
2020-10-05Merge branch 'master' into always_late_resourcesEmil Fresk
2020-10-01Now late resources are always usedEmil Fresk
2020-09-25Modules using lower-case in examplesHenrik Tjäder
2020-09-25Examples using mod instead of constHenrik Tjäder
2020-09-14Fixed so examples do not crash in release modeEmil Fresk
2020-06-26Examples: Clarify extern sectionDanilo Bargen
Some beginners are confused about the "extern" section, so I added an explanation comment to all examples. Furthermore, using the UARTx interrupts when UART is actually being used in the same example may be confusing, so I changed them all to SSI0/QEI0.
2020-06-11Rename RTFM to RTICHenrik Tjäder
2019-06-20RFC #207Jorge Aparicio
2019-06-13rtfm-syntax refactor + heterogeneous multi-core supportJorge Aparicio