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
|
|
|
|
2020-07-14 15:40:57 +02: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-14 22:46:15 +01:00
|
|
|
(RTIC) framework. The API reference 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.
|
|
|
|
|
2020-11-12 21:08:11 +01:00
|
|
|
<!--There is a translation of this book in [Russian].-->
|
2019-02-08 19:58:55 +01:00
|
|
|
|
2020-11-12 21:08:11 +01:00
|
|
|
<!--[Russian]: ../ru/index.html-->
|
2019-02-08 19:58:55 +01:00
|
|
|
|
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
|
|
|
|
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:}}
|