aboutsummaryrefslogtreecommitdiff
path: root/book/en/src
AgeCommit message (Collapse)Author
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-02Prepare the book for v0.6Henrik Tjäder
2020-10-02Merge #375bors[bot]
375: close console text blocks on a new line r=AfoHT a=dcarosone fixes #369 Co-authored-by: Daniel Carosone <Daniel.Carosone@gmail.com>
2020-10-02Describe the resource struct attribute migration stepsHenrik Tjäder
2020-10-02Merge branch 'mod_const' of github.com:AfoHT/cortex-m-rtic into mod_constHenrik Tjäder
2020-10-02Clarify the need for resources-attributeHenrik Tjäder
2020-10-02close console text blocks on a new lineDaniel Carosone
fixes #369
2020-10-02Merge branch 'master' into mod_constHenrik Tjäder
2020-10-02Add migration to 0.6 along with updated documentationHenrik Tjäder
2020-10-01Remove all of heterogeneous and homogeneous from the bookHenrik Tjäder
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-15Merge #343bors[bot]
343: Updated URL for example 'init.rs' file r=AfoHT a=regexident (the file at tag '0.5.0' still uses `rtfm`, rather than `rtic` from tag '0.5.3' or later) Co-authored-by: Vincent Esche <regexident@gmail.com>
2020-07-14Updated URL for example 'init.rs' fileVincent Esche
(the file at tag '0.5.0' still uses `rtfm`, rather than `rtic` from tag '0.5.3' or later)
2020-07-14Fixed some more spellingVincent Esche
2020-07-14Unified spelling of "real-time" (vs. "real time")Vincent Esche
(This spelling is consistent with the one provided by Merriam Webster for use an an adjective)
2020-06-12Merge pull request #329 from rtic-rs/v0.5.3_releaseEmil Fresk
Preparing for v0.5.3
2020-06-12Updated book with migration guide for RTFM -> RTICEmil Fresk
2020-06-11Small renaming fixesHenrik Tjäder
2020-06-11Rename RTFM to RTICHenrik Tjäder
2020-06-11Update resources.mdKENTARO OKUDA
2020-05-13Update app.mdKENTARO OKUDA
2020-04-13correct SLEEPONEXIT reference linkPeter Taylor
2020-01-24Reference the correct exampleHenrik Tjäder
2019-12-03Update migration guide to include the enabling of the the DWT peripheral. ↵Scott Mabin
Also makes note of enable trace with the DCB to allow the DWT to work without a debugger connected.
2019-11-14remove references to 'beta' from the docsJorge Aparicio
2019-11-07Added struct de-structure-ing example in tips & tricksEmil Fresk
2019-10-23Fixed peripherals -> device typoEmil Fresk
2019-10-17version v0.5 is still betaJorge Aparicio
2019-10-17Merge #256bors[bot]
256: add migration guide r=korken89 a=japaric Co-authored-by: Jorge Aparicio <jorge@japaric.io>
2019-10-16ARMv7-M+Jorge Aparicio
2019-10-16add migration guideJorge Aparicio
2019-10-16Merge #255bors[bot]
255: more monotonic timer docs r=nils-grepit a=japaric covers - initialization and configuration of the timer; this is now a responsibility of the application author - correctness of `Monotonic::now()` in `#[init]` - safety of `Monotonic::reset()` closes #251 cc @jonas-schievink (EDIT: yay, pull request number 0xFF) Co-authored-by: Jorge Aparicio <jorge@japaric.io>
2019-10-16Update book/en/src/by-example/timer-queue.mdJorge Aparicio
Co-Authored-By: Jonas Schievink <jonasschievink@gmail.com>
2019-10-15more monotonic timer docsJorge Aparicio
covers - initialization and configuration of the timer; this is now a responsibility of the application author - correctness of `Monotonic::now()` in `#[init]` - safety of `Monotonic::reset()` closes #251
2019-10-15Merge #252bors[bot]
252: critical sections book: each task gets its own context r=japaric a=chrysn Fixing what was probably a copy-paste error; different tasks each have different types for their context. Co-authored-by: chrysn <chrysn@fsfe.org>
2019-10-15v0.5.0 beta releaseJorge Aparicio
2019-10-10critical sections: each task gets its own contextchrysn
Fixing what was probably a copy-paste error; different tasks each have different types for their context argument.
2019-09-17fix linkchecker warningJorge Aparicio
2019-09-17fix more linksJorge Aparicio
2019-09-17update the CHANGELOGJorge Aparicio
also fix link to the older documentation
2019-09-15Merge #241bors[bot]
241: One more place links updated r=japaric a=korken89 Co-authored-by: Emil Fresk <emil.fresk@gmail.com>
2019-09-15Book fixEmil Fresk
2019-09-15link to older docs from the bookJorge Aparicio
2019-08-21doc tweaksJorge Aparicio
2019-08-21fix preempt exampleJorge Aparicio
2019-08-21fix linkJorge Aparicio
2019-08-21doc upJorge Aparicio
2019-05-09Merge #189bors[bot]
189: write generated code to disk for easier inspection r=japaric a=japaric now that the generated code is actually readable let's make it easier to access this commit also documents how to inspect the generated code via `rtfm-expansion.rs` and `cargo-expand` Co-authored-by: Jorge Aparicio <jorge@japaric.io>