aboutsummaryrefslogtreecommitdiff
path: root/book/en/src/by-example
AgeCommit message (Collapse)Author
2022-02-08Add a remark about `Sync` and `Send` traits requirement for resourcesGabriel Górski
2022-02-08book: Restore accidentally removed filesHenrik Tjäder
2022-02-05Docs: SW and HW tasksHenrik Tjäder
2022-02-04use permalinks for (currently broken) mono linksRobert Jördens
2022-02-03Update tips_monotonic_impl.mdRobert Jördens
* There is no RTIC 0.6, only several RCs. * Timers without interrupts (like the DWT cycle counter alone) will not be useful for `Monotonic` impls. * Clarified some of the descriptions of the various implementations.
2022-01-24Fix running command examples in chapter 1.5.5 MonotonicErik
2022-01-21Highlight how to run examples locallyHenrik Tjäder
2022-01-07Correct grammar in 1.5.2 Software tasks & spawnMareq Balint
2022-01-07Correct wording in 1.2 Resource usageMareq Balint
2021-12-26Added nRF52 RTC based monotonic to the bookEmil Fresk
2021-12-21Update tips_monotonic_impl.mdperlindgren
text polishing
2021-12-21Update monotonic.mdperlindgren
high granularity -> fine grained
2021-12-19Docs: New project touchupHenrik Tjäder
2021-12-19Docs: Tips touchupHenrik 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-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-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-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
2021-04-21book: update outdated required init signatureViktor Sonesten
2021-02-05Minor grammar correctionBarnaby Walters
you -> your
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-12Merge #408bors[bot]
408: Fixup app/new r=perlindgren a=AfoHT Reference the current example Co-authored-by: Henrik Tjäder <henrik@tjaders.com>
2020-11-12Add static mutHenrik Tjäder
2020-11-12Merge #410bors[bot]
410: resources r=AfoHT a=perlindgren resources Co-authored-by: Per Lindgren <per.lindgren@ltu.se>
2020-11-12Add section about task_local and lock_freeHenrik Tjäder
2020-11-12resources fixPer Lindgren
2020-11-12resourcesPer Lindgren
2020-11-12Merge #409bors[bot]
409: Updated send/sync docs r=AfoHT a=korken89 Co-authored-by: Emil Fresk <emil.fresk@gmail.com>
2020-11-12Updated send/sync docsEmil Fresk
2020-11-12Fixup app/newHenrik Tjäder