| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-03-01 | Removed Priority, simplified lifetime handling | Emil Fresk | |
| 2023-03-01 | First example builds again | Emil Fresk | |
| 2023-03-01 | Old xtask test pass | Emil Fresk | |
| 2023-02-26 | example: pool: Do not print the addr | Henrik Tjäder | |
| Unstable and prone to fail CI | |||
| 2023-01-22 | Handle more cfgs, support cfg on HW/SW tasks | Henrik Tjäder | |
| 2023-01-22 | Add example cfg-ing a Monotonic, showing limitations imposed by rtic-syntax | Henrik Tjäder | |
| 2023-01-22 | Heapless 0.7.16 pool!() generates undocumented struct | Henrik Tjäder | |
| 2023-01-21 | Deny missing_docs for all examples | Henrik Tjäder | |
| 2023-01-14 | Upgrade of semihosting changed timing | Henrik Tjäder | |
| New semihosting 0.5 does not use error handling, returns directly and as semihosting is generally slow this led to missing print statements. Workaround is to add NOP, which seems sufficient to let it flush the buffers | |||
| 2023-01-11 | Missed hprintln with multiline | Henrik Tjäder | |
| 2023-01-11 | Remove ok() from hprintln!() | Henrik Tjäder | |
| sd 'hprintln(.*).ok\(\)' 'hprintln' (fd -e rs .) | |||
| 2023-01-11 | Remove unwrap() from hprintln!() | Henrik Tjäder | |
| sd 'hprintln(.*).unwrap\(\)' 'hprintln' (fd -e rs .) | |||
| 2022-09-28 | Fix new lint in the compiler | Emil Fresk | |
| 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 | |||
