aboutsummaryrefslogtreecommitdiff
path: root/book/en/src/by-example/resources.md
AgeCommit message (Collapse)Author
2023-03-01book polishPer Lindgren
2023-03-01Revert accidental removal of editorial changesHenrik Tjäder
2023-03-01Book: Major rework for RTIC v2Per Lindgren
2023-01-25Mostly editorial review.John van der Koijk
2022-03-20Fix error in book, shared resource need only `Send`Emil Fresk
2022-02-08Add a remark about `Sync` and `Send` traits requirement for resourcesGabriel Górski
2022-01-21Highlight how to run examples locallyHenrik Tjäder
2022-01-07Correct wording in 1.2 Resource usageMareq Balint
2021-12-19Docs: By-exampleHenrik Tjäder
2021-09-23The great docs updateEmil Fresk
2021-07-22book/resources: highlight that `#[lock_free]` includes a compile-time checkJorge Aparicio
for the "same priority requirement"; this prevents data races
2021-07-22book/resources: rm #[task_local] mention; add #[lock_free] exampleJorge Aparicio
the #[task_local] attribute was removed
2021-07-21book/resources: remove mentions of the field attribute #[init(<expr>)]Jorge Aparicio
it no longer exists. all resources are now late resources
2021-07-21book/resources: do not use the lock API in the very first exampleJorge Aparicio
instead stick to `#[local]` resources
2020-11-14Add multilock to the bookEmil Fresk
2020-11-12Merge #411bors[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-12Add static mutHenrik Tjäder
2020-11-12Add section about task_local and lock_freeHenrik Tjäder
2020-11-12resources fixPer Lindgren
2020-11-12resourcesPer Lindgren
2020-10-07Merge branch 'master'Daniel Carosone
of https://github.com/rtic-rs/cortex-m-rtic
2020-10-05Merge #368bors[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-02minor markdownlintsDaniel Carosone
2020-10-02Shared access is useful with interior mutabilityDaniel Carosone
2020-10-02Clarify the need for resources-attributeHenrik Tjäder
2020-10-02close console text blocks on a new lineDaniel Carosone
fixes #369
2020-10-02Add migration to 0.6 along with updated documentationHenrik Tjäder
2020-06-11Rename RTFM to RTICHenrik Tjäder
2020-06-11Update resources.mdKENTARO OKUDA
2019-09-17fix more linksJorge Aparicio
2019-08-21doc upJorge Aparicio
2019-05-01update the bookJorge 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-12(en) update the text related to late resourcesJorge Aparicio
cc @burrbull
2019-02-11change layout of booksJorge Aparicio