aboutsummaryrefslogtreecommitdiff
path: root/book
AgeCommit message (Collapse)Author
2024-05-01fix: typos (#930)Cyril Marpaud
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>
2024-02-27Make RTIC 2 work on stable by using `main`'s stack as an allocatorEmil Fresk
2023-11-01Book: timber-lang from the deadHenrik Tjäder
Link to RTFM and RTIC publication search.
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: Fix rtic-sync referencesNils Fitinghoff
2023-08-29book: Update default priority to 0Nils Fitinghoff
2023-08-29book: Fix broken linkNils Fitinghoff
2023-08-25Fix graph in preface.md exampleXo Wang
Match up the graph's name for the task whose priority is 4 to its name in the preceding paragraph
2023-06-08Merge #766bors[bot]
766: Book: v2 examples in repo r=korken89 a=AfoHT Co-authored-by: Henrik Tjäder <henrik@tjaders.com>
2023-06-07Book: v2 examples in repoHenrik Tjäder
2023-06-07CI: CleanupHenrik Tjäder
2023-06-01book: Fix nightly feature attrDario Nieuwenhuis
2023-05-31docs: Point to older release sourcesHenrik Tjäder
Docs are not built for rtic.rs anymore
2023-05-26Monotonics migration example: fix Systick start functionMatt Ickstadt
2023-05-20Fix linkdatdenkikniet
2023-05-20Make Monotonic implementation more obviousdatdenkikniet
2023-05-20Add some docs on RTIC AND embassydatdenkikniet
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-11Rename deprecated to archivedatdenkikniet
2023-05-11Fix linksdatdenkikniet
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-11Clarify delay and timeout uses monotonicsdatdenkikniet
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-11Move deprecated migration guides to deprecated folderdatdenkikniet
2023-05-11Fix #699datdenkikniet
2023-05-11Fix run-on sentencedatdenkikniet
2023-05-11Fix links & infodatdenkikniet
2023-05-11Remove link to inactive `embedded_time`datdenkikniet
2023-05-11Update tips on Monotonic implemenationsdatdenkikniet
2023-05-11Include the examplesdatdenkikniet
2023-05-11Add some moredatdenkikniet
2023-05-11Begin migration guidedatdenkikniet
2023-05-11Fix this linkdatdenkikniet
2023-03-22fix link to example sourcesJonas Otto
2023-03-04Book: Tidy up prefaceHenrik Tjäder
2023-03-02Fixes for repo rename to rticHenrik Tjäder
2023-03-02Book: Fail if a non-existing file is includedHenrik Tjäder
2023-03-01Book: Fix two broken linksHenrik Tjäder