From 887b0686117fc3976671434c6935999ad07b915e Mon Sep 17 00:00:00 2001 From: Per Lindgren Date: Sat, 25 Dec 2021 18:37:29 +0100 Subject: [PATCH 1/3] README: Remove rustc badge and Requirements --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f81f40409d..dc6c374d66 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,6 @@ Formerly known as Real-Time For the Masses. [![crates.io](https://img.shields.io/crates/v/cortex-m-rtic)](https://crates.io/crates/cortex-m-rtic) [![docs.rs](https://docs.rs/cortex-m-rtic/badge.svg)](https://docs.rs/cortex-m-rtic) [![book](https://img.shields.io/badge/web-rtic.rs-red.svg?style=flat&label=book&colorB=d33847)](https://rtic.rs/) -[![rustc](https://img.shields.io/badge/rustc-1.36+-lightgray.svg)](https://github.com/rust-lang/rust/releases/tag/1.36.0) [![matrix](https://img.shields.io/matrix/rtic:matrix.org)](https://matrix.to/#/#rtic:matrix.org) [![Meeting notes](https://hackmd.io/badge.svg)](https://hackmd.io/@xmis9JvZT8Gvo9lOEKyZ4Q/SkBJKsjuH) @@ -46,10 +45,6 @@ Formerly known as Real-Time For the Masses. and scheduling analysis techniques. (Though we haven't yet developed Rust friendly tooling for that.) -## Requirements - -- Applications must be written using the 2018 edition. - ### Crate `cortex-m` 0.6 vs 0.7 in RTIC 0.5.x The crate `cortex-m` 0.7 started using trait `InterruptNumber` for interrupts instead of `Nr` from `bare-metal`. In order to preserve backwards compatibility, RTIC 0.5.x will keep using `cortex-m` 0.6 by default. `cortex-m` 0.7 can be enabled using the feature `cortex-m-7` and disabling default features: @@ -58,9 +53,9 @@ The crate `cortex-m` 0.7 started using trait `InterruptNumber` for interrupts in cortex-m-rtic = { version = "0.5.8", default-features = false, features = ["cortex-m-7"] } ``` -RTIC 0.6 already uses `cortex-m` 0.7 by default. +RTIC 1.0.0 already uses `cortex-m` 0.7 by default. -## [User documentation](https://rtic.rs) - [(Development version)](https://rtic.rs/dev) +## [User documentation](https://rtic.rs) ## [API reference](https://rtic.rs/stable/api/) From bd38a4a0cc94ff15dfef2e4525151584bc193ed9 Mon Sep 17 00:00:00 2001 From: Per Lindgren Date: Sat, 25 Dec 2021 19:37:42 +0100 Subject: [PATCH 2/3] README: User documentation --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dc6c374d66..85e8b37804 100644 --- a/README.md +++ b/README.md @@ -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/) From 19551d50e04c3733d0f40c7e351c4a50404daba4 Mon Sep 17 00:00:00 2001 From: Emil Fresk Date: Sun, 26 Dec 2021 10:14:17 +0100 Subject: [PATCH 3/3] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Henrik Tjäder --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 85e8b37804..e9d8403811 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ RTIC 1.0.0 already uses `cortex-m` 0.7 by default. ## [User documentation](https://rtic.rs) -Documentation for the current master branch is found in [(Development version)](https://rtic.rs/dev). +Documentation for the [development version](https://rtic.rs/dev). ## [API reference](https://rtic.rs/stable/api/)