rtic/book/en/src/preface.md

28 lines
732 B
Markdown
Raw Normal View History

2020-11-16 22:46:19 +01:00
<p align="center">
2020-11-17 16:07:48 +01:00
<img width="300" height="300" src="RTIC.svg">
2020-11-16 22:46:19 +01:00
</p>
2020-06-11 19:18:29 +02:00
<h1 align="center">Real-Time Interrupt-driven Concurrency</h1>
2018-11-03 17:02:41 +01:00
<p align="center">A concurrency framework for building real-time systems</p>
2018-11-03 17:02:41 +01:00
# Preface
2020-06-11 19:18:29 +02:00
This book contains user level documentation for the Real-Time Interrupt-driven Concurrency
(RTIC) framework. The API reference can be found [here](../../api/).
2018-11-03 17:02:41 +01:00
2020-06-11 20:29:25 +02:00
Formerly known as Real-Time For the Masses.
<!--There is a translation of this book in [Russian].-->
<!--[Russian]: ../ru/index.html-->
2020-10-02 14:36:34 +02:00
This is the documentation of v0.6.x of RTIC; for the documentation of version
* v0.5.x go [here](/0.5).
* v0.4.x go [here](/0.4).
2019-09-15 21:00:49 +02:00
2020-06-11 20:29:25 +02:00
{{#include ../../../README.md:7:46}}
2018-11-03 17:02:41 +01:00
2020-06-11 20:29:25 +02:00
{{#include ../../../README.md:52:}}