Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-02-22 | Clippy with pedantic suggestions | 12 | -65/+64 | ||
2022-02-20 | Provide Mutex relative to prelude to fix doc linking issues coming from ↵ | 1 | -0/+1 | ||
rtic-core | |||||
2022-02-18 | rtic::mutex::prelude::* fixes glob import lint | 5 | -3/+9 | ||
rtic-core Mutex, Exclusive and multi-lock retained in old location to not be backwards breaking | |||||
2022-02-15 | Create tiny change | 1 | -1/+2 | ||
2022-02-15 | action-rs tool-cache is deprecated, always failing | 2 | -1/+1 | ||
2022-02-15 | CHANGELOG merge=union | 2 | -0/+2 | ||
2022-02-15 | Docs: fix link | 1 | -1/+1 | ||
2022-02-10 | GHA: Print current crate version too | 1 | -2/+4 | ||
2022-02-10 | Docs: Fix dated migration docs for spawn | 2 | -6/+14 | ||
2022-02-10 | Update CHANGELOG | 1 | -0/+3 | ||
2022-02-10 | Link dev-book to stable if they are describe the same release | 1 | -2/+12 | ||
2022-02-10 | GHA: Automatic merge to release/vX | 1 | -8/+53 | ||
2022-02-10 | Require clippy for deploy | 1 | -0/+1 | ||
2022-02-10 | Add bors/* to branches | 1 | -0/+2 | ||
2022-02-10 | Update CHANGELOG | 1 | -0/+2 | ||
2022-02-09 | Fix/mute clippy errors | 4 | -20/+10 | ||
2022-02-09 | GHA: Add cargo clippy | 1 | -0/+28 | ||
2022-02-09 | GHA: Cleanup single target jobs | 1 | -21/+8 | ||
2022-02-09 | GHA: Use rust-cache | 1 | -154/+24 | ||
2022-02-09 | Demote Russian translation to WIP | 2 | -3/+3 | ||
2022-02-09 | docs: make mdBook emit error codes | 2 | -4/+12 | ||
2022-02-08 | Add a remark about `Sync` and `Send` traits requirement for resources | 1 | -0/+12 | ||
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 | ||