| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-12-21 | Update tips_monotonic_impl.md | perlindgren | |
| text polishing | |||
| 2021-12-21 | Update monotonic.md | perlindgren | |
| high granularity -> fine grained | |||
| 2021-12-19 | Docs: New project touchup | Henrik Tjäder | |
| 2021-12-19 | Docs: Tips touchup | Henrik Tjäder | |
| 2021-12-19 | Docs: By-example Monotonics | Henrik Tjäder | |
| 2021-12-19 | Docs: By-example App priorities and message passing | Henrik Tjäder | |
| 2021-12-19 | Docs: By-example Software tasks | Henrik Tjäder | |
| 2021-12-19 | Docs: By-example | Henrik Tjäder | |
| 2021-12-14 | Idle: Switch to NOP instead of WFI | Henrik Tjäder | |
| Add example how to get old WFI behaviour | |||
| 2021-11-10 | Example monotonic for nRF52 | Emil Fresk | |
| 2021-11-10 | Remove example impl and have a list of example impls instead | Emil Fresk | |
| 2021-11-10 | Updated the monotonic impl chapter | Emil Fresk | |
| 2021-09-27 | Fixing bad english | Emil Fresk | |
| 2021-09-27 | More docs updates | Emil Fresk | |
| 2021-09-23 | The great docs update | Emil Fresk | |
| 2021-08-26 | Fix link for SLEEPONEXIT | Alex Martens | |
| 2021-08-03 | Merge #504 | bors[bot] | |
| 504: Add links to RTIC book dev version and rtic-examples r=japaric a=AfoHT Co-authored-by: Henrik Tjäder <henrik@grepit.se> | |||
| 2021-07-30 | book: Properly update the note with a link | CuriouslyCurious | |
| 2021-07-30 | Revert "book: Add link to new.md" | CuriouslyCurious | |
| This reverts commit 7a977f3fa99adcdf160761bf96268e6c89dd27fb. | |||
| 2021-07-29 | book: Add link to new.md | CuriouslyCurious | |
| 2021-07-29 | book: Clarify target notice | CuriouslyCurious | |
| 2021-07-28 | book: Add note to remember to choose target | CuriouslyCurious | |
| 2021-07-27 | Also link to `rtic-examples` in the tips section of the book | Henrik Tjäder | |
| 2021-07-22 | book/resources: highlight that `#[lock_free]` includes a compile-time check | Jorge Aparicio | |
| for the "same priority requirement"; this prevents data races | |||
| 2021-07-22 | book/resources: rm #[task_local] mention; add #[lock_free] example | Jorge Aparicio | |
| the #[task_local] attribute was removed | |||
| 2021-07-21 | book/resources: remove mentions of the field attribute #[init(<expr>)] | Jorge Aparicio | |
| it no longer exists. all resources are now late resources | |||
| 2021-07-21 | book/resources: do not use the lock API in the very first example | Jorge Aparicio | |
| instead stick to `#[local]` resources | |||
| 2021-04-21 | book: update outdated required init signature | Viktor Sonesten | |
| 2021-02-05 | Minor grammar correction | Barnaby Walters | |
| you -> your | |||
| 2020-11-14 | Add multilock to the book | Emil Fresk | |
| 2020-11-12 | Merge #411 | bors[bot] | |
| 411: Add section about task_local and lock_free r=perlindgren a=AfoHT Co-authored-by: Henrik Tjäder <henrik@tjaders.com> | |||
| 2020-11-12 | Merge #408 | bors[bot] | |
| 408: Fixup app/new r=perlindgren a=AfoHT Reference the current example Co-authored-by: Henrik Tjäder <henrik@tjaders.com> | |||
| 2020-11-12 | Add static mut | Henrik Tjäder | |
| 2020-11-12 | Merge #410 | bors[bot] | |
| 410: resources r=AfoHT a=perlindgren resources Co-authored-by: Per Lindgren <per.lindgren@ltu.se> | |||
| 2020-11-12 | Add section about task_local and lock_free | Henrik Tjäder | |
| 2020-11-12 | resources fix | Per Lindgren | |
| 2020-11-12 | resources | Per Lindgren | |
| 2020-11-12 | Merge #409 | bors[bot] | |
| 409: Updated send/sync docs r=AfoHT a=korken89 Co-authored-by: Emil Fresk <emil.fresk@gmail.com> | |||
| 2020-11-12 | Updated send/sync docs | Emil Fresk | |
| 2020-11-12 | Fixup app/new | Henrik Tjäder | |
| 2020-11-12 | Fixed spawn and timer queue docs | Emil Fresk | |
| 2020-11-12 | Merge #405 #406 | bors[bot] | |
| 405: Updated migration guide with symmetric locks and new spawn r=AfoHT a=korken89 406: book.toml/by-example/app r=korken89 a=perlindgren Book update Co-authored-by: Emil Fresk <emil.fresk@gmail.com> Co-authored-by: Per Lindgren <per.lindgren@ltu.se> | |||
| 2020-11-12 | book.toml/by-example/app | Per Lindgren | |
| 2020-11-12 | Fixup app/tips | Henrik Tjäder | |
| 2020-10-15 | Made relation between priority and number explicit | Dion 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-13 | device path must be absolute; clarify | Daniel Carosone | |
| 2020-10-07 | Merge branch 'master' | Daniel Carosone | |
| of https://github.com/rtic-rs/cortex-m-rtic | |||
| 2020-10-05 | Merge #368 | bors[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-03 | Updated documentation to include the critical section token in init | Emil Fresk | |
| 2020-10-02 | minor markdownlints | Daniel Carosone | |
