| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-07-22 | book/resources: rm #[task_local] mention; add #[lock_free] example | Jorge Aparicio | |
| the #[task_local] attribute was removed | |||
| 2021-07-21 | book/resources: remove mentions of the field attribute #[init(<expr>)] | Jorge Aparicio | |
| it no longer exists. all resources are now late resources | |||
| 2021-07-21 | book/resources: do not use the lock API in the very first example | Jorge Aparicio | |
| instead stick to `#[local]` resources | |||
| 2021-04-21 | book: update outdated required init signature | Viktor Sonesten | |
| 2021-02-05 | Minor grammar correction | Barnaby Walters | |
| you -> your | |||
| 2020-11-14 | Add multilock to the book | Emil Fresk | |
| 2020-11-12 | Merge #411 | bors[bot] | |
| 411: Add section about task_local and lock_free r=perlindgren a=AfoHT Co-authored-by: Henrik Tjäder <henrik@tjaders.com> | |||
| 2020-11-12 | Merge #408 | bors[bot] | |
| 408: Fixup app/new r=perlindgren a=AfoHT Reference the current example Co-authored-by: Henrik Tjäder <henrik@tjaders.com> | |||
| 2020-11-12 | Add static mut | Henrik Tjäder | |
| 2020-11-12 | Merge #410 | bors[bot] | |
| 410: resources r=AfoHT a=perlindgren resources Co-authored-by: Per Lindgren <per.lindgren@ltu.se> | |||
| 2020-11-12 | Add section about task_local and lock_free | Henrik Tjäder | |
| 2020-11-12 | resources fix | Per Lindgren | |
| 2020-11-12 | resources | Per Lindgren | |
| 2020-11-12 | Merge #409 | bors[bot] | |
| 409: Updated send/sync docs r=AfoHT a=korken89 Co-authored-by: Emil Fresk <emil.fresk@gmail.com> | |||
| 2020-11-12 | Updated send/sync docs | Emil Fresk | |
| 2020-11-12 | Fixup app/new | Henrik Tjäder | |
| 2020-11-12 | Fixed spawn and timer queue docs | Emil Fresk | |
| 2020-11-12 | Merge #405 #406 | bors[bot] | |
| 405: Updated migration guide with symmetric locks and new spawn r=AfoHT a=korken89 406: book.toml/by-example/app r=korken89 a=perlindgren Book update Co-authored-by: Emil Fresk <emil.fresk@gmail.com> Co-authored-by: Per Lindgren <per.lindgren@ltu.se> | |||
| 2020-11-12 | book.toml/by-example/app | Per Lindgren | |
| 2020-11-12 | Fixup app/tips | Henrik Tjäder | |
| 2020-10-15 | Made relation between priority and number explicit | Dion Dokter | |
| When quickly reading through the priorities chapter, I couldn't find in which order the priorities were, so I assumed it was the same as in the hardware. In the cortex-m hardware, interrupts with the **lower** priority number will preempt the other interrupts. RTIC does the reverse, so I think it's good to be more explicit about it. | |||
| 2020-10-13 | device path must be absolute; clarify | Daniel Carosone | |
| 2020-10-07 | Merge branch 'master' | Daniel Carosone | |
| of https://github.com/rtic-rs/cortex-m-rtic | |||
| 2020-10-05 | Merge #368 | bors[bot] | |
| 368: Mod over const r=korken89 a=AfoHT Related [RFC](https://github.com/rtic-rs/rfcs/pull/34) Dependent on [rtic-syntax-PR30](https://github.com/rtic-rs/rtic-syntax/pull/30) ~~Currently using my own dev-branch~~ Co-authored-by: Henrik Tjäder <henrik@tjaders.com> | |||
| 2020-10-03 | Updated documentation to include the critical section token in init | Emil Fresk | |
| 2020-10-02 | minor markdownlints | Daniel Carosone | |
| 2020-10-02 | Shared access is useful with interior mutability | Daniel Carosone | |
| 2020-10-02 | Clarify the need for resources-attribute | Henrik Tjäder | |
| 2020-10-02 | close console text blocks on a new line | Daniel Carosone | |
| fixes #369 | |||
| 2020-10-02 | Add migration to 0.6 along with updated documentation | Henrik Tjäder | |
| 2020-10-01 | Start updating 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-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 | correct SLEEPONEXIT reference link | Peter Taylor | |
| 2020-01-24 | Reference the correct example | Henrik Tjäder | |
| 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-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 | 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 | |
