| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-10-01 | Remove all of heterogeneous and homogeneous from the book | Henrik Tjäder | |
| 2020-09-15 | Improved loop example docs to highlight that one cannot have empty loops in idle | Emil Fresk | |
| 2020-07-15 | Merge #343 | bors[bot] | |
| 343: Updated URL for example 'init.rs' file r=AfoHT a=regexident (the file at tag '0.5.0' still uses `rtfm`, rather than `rtic` from tag '0.5.3' or later) Co-authored-by: Vincent Esche <regexident@gmail.com> | |||
| 2020-07-14 | Updated URL for example 'init.rs' file | Vincent Esche | |
| (the file at tag '0.5.0' still uses `rtfm`, rather than `rtic` from tag '0.5.3' or later) | |||
| 2020-07-14 | Fixed some more spelling | Vincent Esche | |
| 2020-07-14 | Unified spelling of "real-time" (vs. "real time") | Vincent Esche | |
| (This spelling is consistent with the one provided by Merriam Webster for use an an adjective) | |||
| 2020-06-12 | Merge pull request #329 from rtic-rs/v0.5.3_release | Emil Fresk | |
| Preparing for v0.5.3 | |||
| 2020-06-12 | Updated book with migration guide for RTFM -> RTIC | Emil Fresk | |
| 2020-06-11 | Link to GitHub from book | Nicolas Stalder | |
| 2020-06-11 | Small renaming fixes | Henrik Tjäder | |
| 2020-06-11 | Rename RTFM to RTIC | Henrik Tjäder | |
| 2020-06-11 | Update resources.md | KENTARO OKUDA | |
| 2020-05-13 | Update app.md | KENTARO OKUDA | |
| 2020-04-13 | fix SLEEPONEXIT reference link in Russian version | Peter Taylor | |
| 2020-04-13 | correct SLEEPONEXIT reference link | Peter Taylor | |
| 2020-01-24 | Reference the correct example | Henrik Tjäder | |
| 2019-12-04 | book, Russian lang: fix "idle not defined" typo | Konstantin Mochalov | |
| Fix typo in Russian translation of book, was "When idle function is declared", should be "When no idle function is declared" | |||
| 2019-12-03 | Update migration guide to include the enabling of the the DWT peripheral. ↵ | Scott Mabin | |
| Also makes note of enable trace with the DCB to allow the DWT to work without a debugger connected. | |||
| 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 | |
