aboutsummaryrefslogtreecommitdiff
path: root/book/en/src/by-example/delay.md
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`.
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-05-20Fix linkdatdenkikniet
2023-05-20Make Monotonic implementation more obviousdatdenkikniet
2023-05-11Disable the playground on all of thesedatdenkikniet
2023-05-11Include this code as blocks insteaddatdenkikniet
2023-05-11Update delay.md file to be a bit easier to read, and add spoiler tags for ↵datdenkikniet
the walls of code
2023-03-01book/example polishPer Lindgren
2023-03-01book polishPer Lindgren
2023-03-01Book: Major rework for RTIC v2Per Lindgren