| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-11-14 | remove references to 'beta' from the docs | Jorge Aparicio | |
| 2019-11-07 | Added struct de-structure-ing example in tips & tricks | Emil Fresk | |
| 2019-10-23 | Fixed peripherals -> device typo | Emil Fresk | |
| 2019-10-17 | version v0.5 is still beta | Jorge Aparicio | |
| 2019-10-17 | Merge #256 | bors[bot] | |
| 256: add migration guide r=korken89 a=japaric Co-authored-by: Jorge Aparicio <jorge@japaric.io> | |||
| 2019-10-16 | ARMv7-M+ | Jorge Aparicio | |
| 2019-10-16 | add migration guide | Jorge Aparicio | |
| 2019-10-16 | Merge #255 | bors[bot] | |
| 255: more monotonic timer docs r=nils-grepit a=japaric 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 cc @jonas-schievink (EDIT: yay, pull request number 0xFF) Co-authored-by: Jorge Aparicio <jorge@japaric.io> | |||
| 2019-10-16 | Update book/en/src/by-example/timer-queue.md | Jorge Aparicio | |
| Co-Authored-By: Jonas Schievink <jonasschievink@gmail.com> | |||
| 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 | Merge #252 | bors[bot] | |
| 252: critical sections book: each task gets its own context r=japaric a=chrysn Fixing what was probably a copy-paste error; different tasks each have different types for their context. Co-authored-by: chrysn <chrysn@fsfe.org> | |||
| 2019-10-15 | v0.5.0 beta release | Jorge Aparicio | |
| 2019-10-10 | critical sections: each task gets its own context | chrysn | |
| Fixing what was probably a copy-paste error; different tasks each have different types for their context argument. | |||
| 2019-09-17 | fix linkchecker warning | Jorge Aparicio | |
| 2019-09-17 | fix more links | Jorge Aparicio | |
| 2019-09-17 | update the CHANGELOG | Jorge Aparicio | |
| also fix link to the older documentation | |||
| 2019-09-15 | Merge #241 | bors[bot] | |
| 241: One more place links updated r=japaric a=korken89 Co-authored-by: Emil Fresk <emil.fresk@gmail.com> | |||
| 2019-09-15 | Book fix | Emil Fresk | |
| 2019-09-15 | link to older docs from the book | Jorge Aparicio | |
| 2019-08-21 | doc tweaks | Jorge Aparicio | |
| 2019-08-21 | fix preempt example | Jorge Aparicio | |
| 2019-08-21 | fix link | Jorge Aparicio | |
| 2019-08-21 | doc up | Jorge Aparicio | |
| 2019-05-09 | Merge #189 | bors[bot] | |
| 189: write generated code to disk for easier inspection r=japaric a=japaric 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` Co-authored-by: Jorge Aparicio <jorge@japaric.io> | |||
| 2019-05-08 | document resolution and range of Instant and Duration | Jorge Aparicio | |
| 2019-05-08 | fix typo | 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 | document internals | Jorge Aparicio | |
| note that this assumes that RFC #155 has been implemented | |||
| 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-27 | (ru) binds | Andrey Zgarbul | |
| 2019-02-26 | document the `binds` feature | Jorge Aparicio | |
| cc @burrbull | |||
| 2019-02-12 | (ru) late resources | Zgarbul Andrey | |
| According to 1e9058cab2d29979da9856a8198884b50176ccbc | |||
| 2019-02-12 | (en) update the text related to late resources | Jorge Aparicio | |
| cc @burrbull | |||
| 2019-02-12 | (ru) fix includes in the preface | Jorge Aparicio | |
| 2019-02-11 | change layout of books | Jorge Aparicio | |
| 2019-02-08 | skeleton for the Russian translation of the book | Jorge Aparicio | |
| 2018-12-21 | Fix grammar | Matt Kraai | |
| 2018-12-21 | Fix misspelling of "capacity" | Matt Kraai | |
| 2018-12-16 | book: add some notes about the timer queue | Jorge Aparicio | |
| 2018-12-16 | v0.4.0 | Jorge Aparicio | |
| 2018-12-16 | book: add an example of conditional compilation of resources and tasks | Jorge Aparicio | |
| 2018-12-16 | note that the timer queue is not supported on ARMv6-M | Jorge Aparicio | |
| 2018-11-04 | impl Mutex on all shared resources | Jorge Aparicio | |
| document how to write generic code that operates on resources | |||
| 2018-11-03 | v0.4.0 | Jorge Aparicio | |
| closes #32 closes #33 | |||
