aboutsummaryrefslogtreecommitdiff
path: root/book/en/src/by-example
AgeCommit message (Collapse)Author
2019-10-15more monotonic timer docsJorge 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-15v0.5.0 beta releaseJorge Aparicio
2019-09-17fix more linksJorge Aparicio
2019-08-21doc tweaksJorge Aparicio
2019-08-21fix preempt exampleJorge Aparicio
2019-08-21doc upJorge Aparicio
2019-05-08write generated code to disk for easier inspectionJorge 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-01book: indirection for faster message passingJorge Aparicio
2019-05-01update the bookJorge Aparicio
2019-04-21book: resources shared with init must also be `Send`Jorge Aparicio
2019-04-21note that late resources must be SendJorge Aparicio
2019-04-16check task priority at compile timeJorge 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-26document the `binds` featureJorge Aparicio
cc @burrbull
2019-02-12(en) update the text related to late resourcesJorge Aparicio
cc @burrbull
2019-02-11change layout of booksJorge Aparicio