aboutsummaryrefslogtreecommitdiff
path: root/book/en/src/by-example/app.md
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-08-29book: Update default priority to 0Nils Fitinghoff
2023-05-11Demarcate a bit moredatdenkikniet
2023-05-11Update thesedatdenkikniet
2023-05-11taste the rainbow!datdenkikniet
2023-05-11Disable the playground on all of thesedatdenkikniet
2023-03-01Book: Fix two broken linksHenrik Tjäder
2023-03-01Update book/en/src/by-example/app.mdHenrik Tjäder
2023-03-01Book: Major rework for RTIC v2Per Lindgren
2021-12-19Docs: By-exampleHenrik Tjäder
2021-09-23The great docs updateEmil Fresk
2021-08-26Fix link for SLEEPONEXITAlex Martens
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-04-21book: update outdated required init signatureViktor Sonesten
2020-11-12book.toml/by-example/appPer Lindgren
2020-10-15Made relation between priority and number explicitDion Dokter
When quickly reading through the priorities chapter, I couldn't find in which order the priorities were, so I assumed it was the same as in the hardware. In the cortex-m hardware, interrupts with the **lower** priority number will preempt the other interrupts. RTIC does the reverse, so I think it's good to be more explicit about it.
2020-10-13device path must be absolute; clarifyDaniel Carosone
2020-10-05Merge #368bors[bot]
368: Mod over const r=korken89 a=AfoHT Related [RFC](https://github.com/rtic-rs/rfcs/pull/34) Dependent on [rtic-syntax-PR30](https://github.com/rtic-rs/rtic-syntax/pull/30) ~~Currently using my own dev-branch~~ Co-authored-by: Henrik Tjäder <henrik@tjaders.com>
2020-10-03Updated documentation to include the critical section token in initEmil Fresk
2020-10-02close console text blocks on a new lineDaniel Carosone
fixes #369
2020-10-01Start updating the bookHenrik Tjäder
2020-09-15Improved loop example docs to highlight that one cannot have empty loops in idleEmil Fresk
2020-07-14Fixed some more spellingVincent Esche
2020-06-11Rename RTFM to RTICHenrik Tjäder
2020-05-13Update app.mdKENTARO OKUDA
2020-04-13correct SLEEPONEXIT reference linkPeter Taylor
2020-01-24Reference the correct exampleHenrik Tjäder
2019-09-17fix more linksJorge Aparicio
2019-08-21doc tweaksJorge Aparicio
2019-08-21fix preempt exampleJorge Aparicio
2019-08-21doc upJorge Aparicio
2019-05-01update the bookJorge Aparicio
2019-02-11change layout of booksJorge Aparicio