| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-03-01 | book polish | Per Lindgren | |
| 2023-03-01 | Revert accidental removal of editorial changes | Henrik Tjäder | |
| 2023-03-01 | Book: Major rework for RTIC v2 | Per Lindgren | |
| 2023-01-25 | Mostly editorial review. | John van der Koijk | |
| 2022-03-20 | Fix error in book, shared resource need only `Send` | Emil Fresk | |
| 2022-02-08 | Add a remark about `Sync` and `Send` traits requirement for resources | Gabriel Górski | |
| 2022-01-21 | Highlight how to run examples locally | Henrik Tjäder | |
| 2022-01-07 | Correct wording in 1.2 Resource usage | Mareq Balint | |
| 2021-12-19 | Docs: By-example | Henrik Tjäder | |
| 2021-09-23 | The great docs update | Emil Fresk | |
| 2021-07-22 | book/resources: highlight that `#[lock_free]` includes a compile-time check | Jorge Aparicio | |
| for the "same priority requirement"; this prevents data races | |||
| 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 | |||
| 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 | Add static mut | Henrik Tjäder | |
| 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-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-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-06-11 | Rename RTFM to RTIC | Henrik Tjäder | |
| 2020-06-11 | Update resources.md | KENTARO OKUDA | |
| 2019-09-17 | fix more links | Jorge Aparicio | |
| 2019-08-21 | doc up | Jorge Aparicio | |
| 2019-05-01 | update the book | 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-12 | (en) update the text related to late resources | Jorge Aparicio | |
| cc @burrbull | |||
| 2019-02-11 | change layout of books | Jorge Aparicio | |
