mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
Merge #344
344: Added badges to 'README.md' file r=AfoHT a=regexident Badges for quick access to the corresponding pages on **crates.io**, **docs.rs**, the **book** (aka **rtic.rs**), as well as a badge for showing the **minimum required rustc version**. Co-authored-by: Vincent Esche <regexident@gmail.com>
This commit is contained in:
commit
6ea8f6a06a
1 changed files with 5 additions and 0 deletions
|
@ -4,6 +4,11 @@ A concurrency framework for building real-time systems.
|
|||
|
||||
Formerly known as Real-Time For the Masses.
|
||||
|
||||
![crates.io](https://img.shields.io/crates/v/cortex-m-rtic)
|
||||
![docs.rs](https://docs.rs/cortex-m-rtic/badge.svg)
|
||||
![book](https://img.shields.io/badge/web-rtic.rs-red.svg?style=flat&label=book&colorB=d33847)
|
||||
![rustc](https://img.shields.io/badge/rustc-1.36+-lightgray.svg)
|
||||
|
||||
## Features
|
||||
|
||||
- **Tasks** as the unit of concurrency [^1]. Tasks can be *event triggered*
|
||||
|
|
Loading…
Reference in a new issue