aboutsummaryrefslogtreecommitdiff
path: root/book
AgeCommit message (Collapse)Author
2021-12-21Update preface.mdperlindgren
polish
2021-12-21Update tips_monotonic_impl.mdperlindgren
text polishing
2021-12-21Update monotonic.mdperlindgren
high granularity -> fine grained
2021-12-19Review fixupHenrik Tjäder
2021-12-19Docs: New project touchupHenrik Tjäder
2021-12-19Docs: Tips touchupHenrik Tjäder
2021-12-19Docs: Point to rtic-examples repoHenrik Tjäder
2021-12-19Docs: Migration docsHenrik Tjäder
2021-12-19Docs: By-example MonotonicsHenrik Tjäder
2021-12-19Docs: By-example App priorities and message passingHenrik Tjäder
2021-12-19Docs: By-example Software tasksHenrik Tjäder
2021-12-19Docs: By-exampleHenrik Tjäder
2021-12-14Remove note about SLEEPONEXIT in Russian bookHenrik Tjäder
2021-12-14Idle: Switch to NOP instead of WFIHenrik Tjäder
Add example how to get old WFI behaviour
2021-11-10Example monotonic for nRF52Emil Fresk
2021-11-10Remove example impl and have a list of example impls insteadEmil Fresk
2021-11-10Updated the monotonic impl chapterEmil Fresk
2021-09-27Fixing bad englishEmil Fresk
2021-09-27More docs updatesEmil Fresk
2021-09-23The great docs updateEmil Fresk
2021-08-26Fix link for SLEEPONEXITAlex Martens
2021-08-03update russian bookAndrey Zgarbul
2021-08-03Merge #504bors[bot]
504: Add links to RTIC book dev version and rtic-examples r=japaric a=AfoHT Co-authored-by: Henrik Tjäder <henrik@grepit.se>
2021-07-30book: Properly update the note with a linkCuriouslyCurious
2021-07-30Revert "book: Add link to new.md"CuriouslyCurious
This reverts commit 7a977f3fa99adcdf160761bf96268e6c89dd27fb.
2021-07-29book: Add link to new.mdCuriouslyCurious
2021-07-29book: Clarify target noticeCuriouslyCurious
2021-07-28book: Add note to remember to choose targetCuriouslyCurious
2021-07-27Also link to `rtic-examples` in the tips section of the bookHenrik Tjäder
2021-07-22Merge #502bors[bot]
502: book/resources: highlight that `#[lock_free]` includes a compile-time check r=AfoHT a=japaric for the "same priority requirement"; this prevents data races Co-authored-by: Jorge Aparicio <jorge.aparicio@ferrous-systems.com>
2021-07-22Merge #500bors[bot]
500: migration/0.5: cover #[lock_free] r=AfoHT a=japaric I think this completes #488 Co-authored-by: Jorge Aparicio <jorge.aparicio@ferrous-systems.com>
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-22migration/0.5: cover #[lock_free]Jorge Aparicio
I think this completes #488
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
2021-07-21use tuple struct syntax for Monotonics everywhereJorge Aparicio
2021-07-21update the 0.5.x -> 0.6.0 migration guideJorge Aparicio
to use the new resources syntax I also reordered the sections to cover all the resource API first before covering the spawn API I've also added a section about the old `static mut` variable transform
2021-07-20Change misleading documentation left over by PR #464Valentin Ochs
2021-07-09const genericsAndrey Zgarbul
2021-07-01Fix syntax error in migration guideAlex Martens
2021-04-22Merge #479bors[bot]
479: book: detail import resolving for 0.6 migration r=korken89 a=tmplt That is, answering the question of why imports are no longer resolving during compilation. Co-authored-by: Viktor Sonesten <v@tmplt.dev>
2021-04-21book/migration/v5: update init signature, fix example syntaxViktor Sonesten
The example now migrates from v5 to v6 instead of an incorrect v6 syntax to a another incorrect v6 syntax.
2021-04-21book: detail import resolving for 0.6 migrationViktor Sonesten
2021-04-21book: update outdated required init signatureViktor Sonesten
2021-04-08update russian translation of the bookAndrey Zgarbul
2021-02-05Minor grammar correctionBarnaby Walters
you -> your
2020-11-19New logo, new textEmil Fresk
2020-11-17Use SVG logo insteadHenrik Tjäder
2020-11-16Add the logo to the book prefaceHenrik Tjäder