rtic/book/en/src/preface.md

22 lines
616 B
Markdown
Raw Normal View History

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>
# 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].
2019-02-11 21:40:53 +01:00
[Russian]: ../ru/index.html
2020-06-11 19:18:29 +02:00
This is the documentation of v0.5.x of RTIC; for the documentation of version
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:}}