aboutsummaryrefslogtreecommitdiff
path: root/book/en/src/by-example
AgeCommit message (Collapse)Author
2025-06-15Updates to "Delay and TImeout using Monotonics"Jonathan 'theJPster' Pallant
Some inconsistencies in the text caused confusion on my first few read-throughs, so I've tried to add some clarity.
2025-06-15Correct timer type in "Delay and Timeout using Monotonics"Jonathan 'theJPster' Pallant
The example in `lm3s6965/examples/async-timeout.rs` uses `Mono` as the monotonic timer type, so it's confusing that the second example switches to using `Systick`.
2025-06-15book: view_code update for xtaskHenrik Tjäder
2025-03-27fix(ci): adjust filenames for ouputsOleksandr Babak
2025-03-27doc: add a timely yield noticeOleksandr Babak
2025-03-27doc: add a paragraph to `software_tasks.md`Oleksandr Babak
2025-03-27doc: mention diverging tasks in bookOleksandr Babak
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