aboutsummaryrefslogtreecommitdiff
path: root/book/en/src/by-example
AgeCommit message (Collapse)Author
2024-04-03fix included examples and markdown(book) (#912)Franz Dietrich
* fix included examples and markdown(book) fixes: #911 * fix footnote pre_init * more example link updates * Restore pool example name * Example: pool: Upgrade to heapless v0.8 * Example: pool: thumbv6 unsupported: wild cfg-if Experiment with multi-backend example contained in the example * Example: lm3s6965: Updated cargo.lock * Book: Use cargo xtask for by-example * Docs: Contributing: cargo xtask --------- Co-authored-by: Henrik Tjäder <henrik@tjaders.com>
2023-10-15[book] Remove non-existent anchor referenceFabian Wolter
There is no anchor named `timeout_at` in the example source file. By looking at the context, the reference doesn't look like it's supposed to be there at all.
2023-10-04Book: Restore missing newlineHenrik Tjäder
2023-08-29book: Update default priority to 0Nils Fitinghoff
2023-05-20Fix linkdatdenkikniet
2023-05-20Make Monotonic implementation more obviousdatdenkikniet
2023-05-20Move some more stuff to the archive, update this linkdatdenkikniet
2023-05-11Demarcate a bit moredatdenkikniet
2023-05-11Update thesedatdenkikniet
2023-05-11Archive app_task.mddatdenkikniet
2023-05-11taste the rainbow!datdenkikniet
2023-05-11Disable the playground on all of thesedatdenkikniet
2023-05-11Include this code as blocks insteaddatdenkikniet
2023-05-11Move tips into their own subdirdatdenkikniet
2023-05-11Remove v1 reference heredatdenkikniet
2023-05-11monotonic.md is now deprecateddatdenkikniet
2023-05-11Promote starting a new project to it's own chapterdatdenkikniet
2023-05-11Update delay.md file to be a bit easier to read, and add spoiler tags for ↵datdenkikniet
the walls of code
2023-05-11Refer to rtic-rs/rtic/examples insteaddatdenkikniet
2023-05-11Fix #699datdenkikniet
2023-05-11Fix run-on sentencedatdenkikniet
2023-05-11Remove link to inactive `embedded_time`datdenkikniet
2023-05-11Update tips on Monotonic implemenationsdatdenkikniet
2023-03-02Fixes for repo rename to rticHenrik Tjäder
2023-03-01Book: Fix two broken linksHenrik Tjäder
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