diff options
| author | Per Lindgren <per.lindgren@ltu.se> | 2021-12-25 19:37:42 +0100 |
|---|---|---|
| committer | Per Lindgren <per.lindgren@ltu.se> | 2021-12-25 19:37:42 +0100 |
| commit | bd38a4a0cc94ff15dfef2e4525151584bc193ed9 (patch) | |
| tree | 2ac8bd7a70864917cf86dc1d51e4edc25be6a089 /README.md | |
| parent | 887b0686117fc3976671434c6935999ad07b915e (diff) | |
README: User documentation
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -42,8 +42,7 @@ Formerly known as Real-Time For the Masses. - **All Cortex-M devices are fully supported**. - This task model is amenable to known WCET (Worst Case Execution Time) analysis - and scheduling analysis techniques. (Though we haven't yet developed Rust - friendly tooling for that.) + and scheduling analysis techniques. ### Crate `cortex-m` 0.6 vs 0.7 in RTIC 0.5.x @@ -55,7 +54,9 @@ cortex-m-rtic = { version = "0.5.8", default-features = false, features = ["cort RTIC 1.0.0 already uses `cortex-m` 0.7 by default. -## [User documentation](https://rtic.rs) +## [User documentation](https://rtic.rs) + +Documentation for the current master branch is found in [(Development version)](https://rtic.rs/dev). ## [API reference](https://rtic.rs/stable/api/) |
