Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-02-08 | book: Restore accidentally removed files | 4 | -2/+8 | ||
2022-02-07 | Make bors run | 1 | -3/+3 | ||
2022-02-05 | Docs: SW and HW tasks | 2 | -10/+23 | ||
2022-02-05 | CONTRIBUTION.md now includes CI prep. | 1 | -3/+70 | ||
2022-02-04 | add changelog entry | 1 | -0/+1 | ||
2022-02-04 | use permalinks for (currently broken) mono links | 1 | -2/+2 | ||
2022-02-03 | Update tips_monotonic_impl.md | 1 | -5/+5 | ||
* There is no RTIC 0.6, only several RCs. * Timers without interrupts (like the DWT cycle counter alone) will not be useful for `Monotonic` impls. * Clarified some of the descriptions of the various implementations. | |||||
2022-01-28 | RTIC macro expansion: Try to find target-dir | 3 | -3/+67 | ||
2022-01-24 | Fix running command examples in chapter 1.5.5 Monotonic | 1 | -2/+2 | ||
2022-01-21 | Highlight how to run examples locally | 2 | -0/+17 | ||
2022-01-08 | Fix the locals.rs comment | 1 | -1/+1 | ||
I believe that is a typo s/shared/local_to_bar | |||||
2022-01-07 | Correct grammar in 1.5.2 Software tasks & spawn | 1 | -1/+1 | ||
2022-01-07 | Correct wording in 1.2 Resource usage | 1 | -1/+1 | ||
2022-01-04 | Drift free timing examples | 5 | -0/+123 | ||
2022-01-04 | CI: Add link to HackMD to rtic.rs/meeting/ | 1 | -0/+4 | ||
2022-01-03 | Added changelog enforcer | 2 | -0/+32 | ||
2021-12-26 | Improved docs on where the 12 MHz comes from in SysTick | 5 | -2/+6 | ||
2021-12-26 | cargo xtask is now ~40x faster | 13 | -205/+35 | ||
2021-12-26 | Added nRF52 RTC based monotonic to the book | 1 | -2/+4 | ||
2021-12-26 | Update README.md | 1 | -1/+1 | ||
Co-authored-by: Henrik Tjäder <henrik@tjaders.com> | |||||
2021-12-25 | README: User documentation | 1 | -3/+4 | ||
2021-12-25 | README: Remove rustc badge and Requirements | 1 | -7/+2 | ||
2021-12-25 | Docfix: MSRV and Semantic Versioning | 1 | -3/+3 | ||
2021-12-25 | Docfix: remove pre-release note | 1 | -4/+1 | ||
2021-12-25 | Promote v1.0 in docs | 7 | -21/+21 | ||
2021-12-25 | Bump version to 1.0.0 | 3 | -9/+13 | ||
2021-12-25 | Clippy lints | 7 | -8/+16 | ||
2021-12-25 | Edition: Bump to 2021 | 2 | -1/+2 | ||
2021-12-21 | Update preface.md | 1 | -1/+1 | ||
polish | |||||
2021-12-21 | Update tips_monotonic_impl.md | 1 | -1/+1 | ||
text polishing | |||||
2021-12-21 | Update monotonic.md | 1 | -1/+1 | ||
high granularity -> fine grained | |||||
2021-12-19 | Review fixup | 1 | -1/+1 | ||
2021-12-19 | Docs: New project touchup | 1 | -2/+4 | ||
2021-12-19 | Docs: Tips touchup | 6 | -30/+33 | ||
2021-12-19 | Docs: Point to rtic-examples repo | 1 | -0/+7 | ||
2021-12-19 | Docs: Migration docs | 3 | -35/+53 | ||
2021-12-19 | Docs: By-example Monotonics | 1 | -19/+24 | ||
2021-12-19 | Docs: By-example App priorities and message passing | 2 | -25/+57 | ||
2021-12-19 | Docs: By-example Software tasks | 1 | -16/+26 | ||
2021-12-19 | Docs: By-example | 8 | -61/+90 | ||
2021-12-14 | Update changelog | 1 | -0/+4 | ||
2021-12-14 | Remove note about SLEEPONEXIT in Russian book | 1 | -5/+0 | ||
2021-12-14 | Idle: Switch to NOP instead of WFI | 6 | -13/+77 | ||
Add example how to get old WFI behaviour | |||||
2021-11-25 | Remove #[deny(warnings)], but deny warnings for CI | 3 | -3/+19 | ||
2021-11-25 | Docs: add RTIC logo | 2 | -0/+9 | ||
2021-11-11 | Better errors on when missing to lock shared resources | 3 | -6/+16 | ||
2021-11-10 | Example monotonic for nRF52 | 1 | -2/+4 | ||
2021-11-10 | Remove example impl and have a list of example impls instead | 1 | -47/+11 | ||
2021-11-10 | Updated the monotonic impl chapter | 1 | -17/+23 | ||
2021-11-09 | Update versions and changelog | 3 | -7/+10 | ||