| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-03-02 | Added support for SRP based scheduling for armv6m | Per Lindgren | |
| 2022-01-08 | Fix the locals.rs comment | Jakub Młynarczyk | |
| I believe that is a typo s/shared/local_to_bar | |||
| 2022-01-04 | Drift free timing examples | Per Lindgren | |
| 2021-12-26 | Improved docs on where the 12 MHz comes from in SysTick | Emil Fresk | |
| 2021-12-14 | Idle: Switch to NOP instead of WFI | Henrik Tjäder | |
| Add example how to get old WFI behaviour | |||
| 2021-11-09 | New monotonic trait working | Emil Fresk | |
| 2021-11-03 | Fix CI | Emil Fresk | |
| 2021-10-13 | remove outdated comment | Per Lindgren | |
| 2021-09-23 | The great docs update | Emil Fresk | |
| 2021-07-22 | book/resources: rm #[task_local] mention; add #[lock_free] example | Jorge Aparicio | |
| the #[task_local] attribute was removed | |||
| 2021-07-22 | comment out line that doesn't compile | Jorge Aparicio | |
| 2021-07-21 | book/resources: remove mentions of the field attribute #[init(<expr>)] | Jorge Aparicio | |
| it no longer exists. all resources are now late resources | |||
| 2021-07-21 | book/resources: do not use the lock API in the very first example | Jorge Aparicio | |
| instead stick to `#[local]` resources | |||
| 2021-07-21 | use tuple struct syntax for Monotonics everywhere | Jorge Aparicio | |
| 2021-07-20 | rustfmt | Andrey Zgarbul | |
| 2021-07-20 | fix pool example | mriise | |
| 2021-07-09 | const generics | Andrey Zgarbul | |
| 2021-07-08 | Cleanup from review (needs releases to compile) | Emil Fresk | |
| 2021-07-07 | Fixing tests | Emil Fresk | |
| 2021-05-23 | Minor cleanup | Emil Fresk | |
| 2021-05-06 | Flattened the _ out of it | Emil Fresk | |
| 2021-04-22 | use super::xx now works with monotonics | Emil Fresk | |
| 2021-04-20 | Fix for default monotonic, `monotonics::now()` now properly works | Emil Fresk | |
| 2021-04-08 | Fixed UB in `spawn_at` | Emil Fresk | |
| 2021-04-08 | Type aliases now work in the app module | Emil Fresk | |
| 2021-04-07 | Updated dwt-systick-monotonic | Emil Fresk | |
| 2021-03-22 | Updated schedule example with all combinations | Emil Fresk | |
| 2021-03-13 | Added interface for cancel/reschedule | Emil 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-03 | Use panic_semihosting for all examples | Henrik Tjäder | |
| 2021-02-23 | GHA update | Emil 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-20 | Test fixes | Emil Fresk | |
| 2020-12-13 | Now handling SysTick as well | Emil Fresk | |
| 2020-12-12 | Cleanup | Emil Fresk | |
| 2020-12-10 | More work | Emil Fresk | |
| 2020-12-08 | TQ handlers being generated | Emil Fresk | |
| 2020-12-03 | Save, init generation fixed | Emil Fresk | |
| 2020-11-15 | Move entry-point main into a separate module | Henrik Tjäder | |
| Prevents conflict with user provided tasks named main | |||
| 2020-11-14 | Added multilock to CI | Emil Fresk | |
| 2020-11-14 | Multilock support | Emil Fresk | |
| 2020-11-12 | resources | Per Lindgren | |
| 2020-10-29 | extern task | Per Lindgren | |
| 2020-10-23 | Merge #400 | bors[bot] | |
| 400: codegen and examples r=AfoHT a=perlindgren just a test Co-authored-by: Per Lindgren <per.lindgren@ltu.se> | |||
| 2020-10-23 | move dispatchers to app argument | Per Lindgren | |
| 2020-10-23 | Now all locks are symmetric | Emil Fresk | |
| Test fixes Fix test Fix comment | |||
| 2020-10-22 | Add the cfgs on a task to the module for that task | Henrik Tjäder | |
| 2020-10-22 | Fix UI tests | Emil Fresk | |
| Fix | |||
| 2020-10-21 | Namespace cleanup | Emil Fresk | |
| 2020-10-21 | Updated examples | Emil Fresk | |
| More work | |||
| 2020-10-15 | Merge branch 'master' into spawn_experiment | Emil Fresk | |
| 2020-10-15 | Fix comments in examples | Emil Fresk | |
