aboutsummaryrefslogtreecommitdiff
path: root/book/en/src/by-example
AgeCommit message (Collapse)Author
2023-03-01Book: Fix links, proofread targets and starting_a_projectHenrik Tjäder
2023-03-01Update book/en/src/by-example/app.mdHenrik Tjäder
2023-03-01book/example polishPer Lindgren
2023-03-01Apply suggestions from code review perlindgren
Thanks for all suggestions, awesome! Co-authored-by: Henrik Tjäder <henrik@tjaders.com>
2023-03-01book remove ramfunc, remove migrationPer Lindgren
2023-03-01book polishPer Lindgren
2023-03-01Monotonic bookPer 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-12-21Revert recommended starting templaten8tlarsen
Co-authored-by: Henrik Tjäder <henrik@tjaders.com>
2022-12-16Add documentation for different targetsNathan
2022-09-27.toml and note aboute targetJonas Jacobsson
2022-03-20Fix error in book, shared resource need only `Send`Emil Fresk
2022-03-07Update software_tasks.mdRiccardo Casatta
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