| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-04-16 | examples: pin to specific version | datdenkikniet | |
| 2023-04-16 | examples: commit Cargo.lock files | datdenkikniet | |
| 2023-04-16 | stm32f3_blinky: update to latest version | datdenkikniet | |
| 2023-04-16 | rp2040_local_i2c_init: update to latest version | datdenkikniet | |
| 2023-04-16 | Split remove old examples | datdenkikniet | |
| 2023-03-01 | Add rtic-timer (timerqueue + monotonic) and rtic-monotonics (systick-monotonic) | Emil Fresk | |
| 2023-03-01 | Fix so deny(missing_docs) work | Emil Fresk | |
| 2023-03-01 | Async tasks can now take arguments at spawn again | Emil Fresk | |
| 2023-03-01 | Support 0 prio tasks | Emil Fresk | |
| 2023-03-01 | All examples pass with `cargo xtask --target all` | Emil Fresk | |
| 2023-03-01 | Update semihosting | Emil Fresk | |
| 2023-03-01 | Fix typos | Emil Fresk | |
| 2023-03-01 | more examples | Per Lindgren | |
| 2023-03-01 | examples/multiloc fixed | Per Lindgren | |
| 2023-03-01 | examples/lock fixed | Per Lindgren | |
| 2023-03-01 | examples/locals fixed | Per Lindgren | |
| 2023-03-01 | examples/idle-wfi fixed | Per Lindgren | |
| 2023-03-01 | export Cell removed, expmples updated | Per Lindgren | |
| 2023-03-01 | examples/async-task fixup | Per Lindgren | |
| 2023-03-01 | Lifetime cleanup | Emil Fresk | |
| 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 | |
