README: User documentation

This commit is contained in:
Per Lindgren 2021-12-25 19:37:42 +01:00
parent 887b068611
commit bd38a4a0cc

View file

@ -42,8 +42,7 @@ Formerly known as Real-Time For the Masses.
- **All Cortex-M devices are fully supported**. - **All Cortex-M devices are fully supported**.
- This task model is amenable to known WCET (Worst Case Execution Time) analysis - This task model is amenable to known WCET (Worst Case Execution Time) analysis
and scheduling analysis techniques. (Though we haven't yet developed Rust and scheduling analysis techniques.
friendly tooling for that.)
### Crate `cortex-m` 0.6 vs 0.7 in RTIC 0.5.x ### Crate `cortex-m` 0.6 vs 0.7 in RTIC 0.5.x
@ -57,6 +56,8 @@ 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/) ## [API reference](https://rtic.rs/stable/api/)
## [Community provided examples repo][examples] ## [Community provided examples repo][examples]