aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index 836d8af..45bb9de 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,14 @@
# Real-Time Interrupt-driven Concurrency
-A concurrency framework for building real time systems.
+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*