| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-10-15 | v0.5.0 beta release | Jorge Aparicio | |
| 2019-09-17 | fix more links | Jorge Aparicio | |
| 2019-08-21 | doc tweaks | Jorge Aparicio | |
| 2019-08-21 | fix preempt example | Jorge Aparicio | |
| 2019-08-21 | doc up | Jorge Aparicio | |
| 2019-05-08 | write generated code to disk for easier inspection | Jorge Aparicio | |
| now that the generated code is actually readable let's make it easier to access this commit also documents how to inspect the generated code via `rtfm-expansion.rs` and `cargo-expand` | |||
| 2019-05-01 | book: indirection for faster message passing | Jorge Aparicio | |
| 2019-05-01 | update the book | Jorge Aparicio | |
| 2019-04-21 | book: resources shared with init must also be `Send` | Jorge Aparicio | |
| 2019-04-21 | note that late resources must be Send | Jorge Aparicio | |
| 2019-04-16 | check task priority at compile time | Jorge Aparicio | |
| before we were checking the priority at runtime. The compile time error message when the priority is too high is kind of awful though. | |||
| 2019-02-26 | document the `binds` feature | Jorge Aparicio | |
| cc @burrbull | |||
| 2019-02-12 | (en) update the text related to late resources | Jorge Aparicio | |
| cc @burrbull | |||
| 2019-02-11 | change layout of books | Jorge Aparicio | |
