rtic/book/en/src/preface.md

27 lines
808 B
Markdown
Raw Normal View History

2020-11-19 19:20:20 +01:00
<div align="center"><img width="300" height="300" src="RTIC.svg"></div>
<div style="font-size: 6em; font-weight: bolder;" align="center">RTIC</div>
2020-11-16 22:46:19 +01:00
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
2021-12-21 19:55:05 +01:00
(RTIC) framework. The API reference is available [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-->
2021-12-25 16:18:28 +01:00
This is the documentation of v1.0.x of RTIC; for the documentation of version
2020-10-02 14:36:34 +02:00
* v0.5.x go [here](/0.5).
* v0.4.x go [here](/0.4).
2019-09-15 21:00:49 +02:00
2021-09-22 13:22:45 +02:00
{{#include ../../../README.md:7:47}}
2018-11-03 17:02:41 +01:00
2021-09-22 13:22:45 +02:00
{{#include ../../../README.md:48:}}