aboutsummaryrefslogtreecommitdiff
path: root/book/en/src
AgeCommit message (Collapse)Author
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-07minor md lints and wording clarificationDaniel Carosone
2020-10-07Merge branch 'master'Daniel Carosone
of https://github.com/rtic-rs/cortex-m-rtic
2020-10-06Merge #173bors[bot]
173: add sandbox example r=AfoHT a=etrombly Added a real world example for my sandbox project. Co-authored-by: Eric Trombly <etrombly@yahoo.com>
2020-10-05Split up migration guides into its own sectionsEmil Fresk
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-02minor markdownlintsDaniel Carosone
2020-10-02Shared access is useful with interior mutabilityDaniel Carosone
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