| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-03-01 | more examples | Per Lindgren | |
| 2023-03-01 | Old xtask test pass | Emil Fresk | |
| 2023-01-21 | Deny missing_docs for all examples | Henrik Tjäder | |
| 2023-01-11 | Remove ok() from hprintln!() | Henrik Tjäder | |
| sd 'hprintln(.*).ok\(\)' 'hprintln' (fd -e rs .) | |||
| 2021-12-26 | Improved docs on where the 12 MHz comes from in SysTick | Emil Fresk | |
| 2021-11-09 | New monotonic trait working | Emil Fresk | |
| 2021-10-13 | remove outdated comment | Per Lindgren | |
| 2021-09-23 | The great docs update | Emil Fresk | |
| 2021-07-07 | Fixing tests | Emil Fresk | |
| 2021-04-07 | Updated dwt-systick-monotonic | Emil Fresk | |
| 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-10-23 | move dispatchers to app argument | Per Lindgren | |
| 2020-10-21 | Updated examples | Emil Fresk | |
| More work | |||
| 2020-10-11 | Fixing examples and tests, modules now import user imports correctly | Emil Fresk | |
| Fmt Correct syntax crate UI test fix Fix build script Cleanup More cleanup | |||
| 2020-10-05 | Merge branch 'master' into always_late_resources | Emil Fresk | |
| 2020-10-01 | Now late resources are always used | Emil Fresk | |
| 2020-09-25 | Modules using lower-case in examples | Henrik Tjäder | |
| 2020-09-25 | Examples using mod instead of const | Henrik Tjäder | |
| 2020-06-26 | Examples: Clarify extern section | Danilo 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-11 | Rename RTFM to RTIC | Henrik Tjäder | |
| 2020-05-26 | Update example to use better initial value | Russell Sim | |
| The example above this in the documentation states ``` // semantically, the monotonic timer is frozen at time "zero" during `init` // NOTE do *not* call `Instant::now` in this context; it will return a nonsense value let now = cx.start; // the start time of the system ``` It results in weird scheduling issues, but still eventually works. `cx.start` is much more reliable. Relates to https://github.com/rtfm-rs/cortex-m-rtfm/issues/196 | |||
| 2019-10-15 | more monotonic timer docs | Jorge Aparicio | |
| covers - initialization and configuration of the timer; this is now a responsibility of the application author - correctness of `Monotonic::now()` in `#[init]` - safety of `Monotonic::reset()` closes #251 | |||
| 2019-08-21 | doc up | Jorge Aparicio | |
| 2019-06-13 | rtfm-syntax refactor + heterogeneous multi-core support | Jorge Aparicio | |
| 2019-05-01 | update examples | Jorge Aparicio | |
| 2018-11-04 | use new cortex_m_semihosting::hprintln macro | Jorge Aparicio | |
| 2018-11-03 | v0.4.0 | Jorge Aparicio | |
| closes #32 closes #33 | |||
