mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-29 23:14:34 +01:00
26 lines
808 B
Markdown
26 lines
808 B
Markdown
<div align="center"><img width="300" height="300" src="RTIC.svg"></div>
|
|
<div style="font-size: 6em; font-weight: bolder;" align="center">RTIC</div>
|
|
|
|
<h1 align="center">Real-Time Interrupt-driven Concurrency</h1>
|
|
|
|
<p align="center">A concurrency framework for building real-time systems</p>
|
|
|
|
# Preface
|
|
|
|
This book contains user level documentation for the Real-Time Interrupt-driven Concurrency
|
|
(RTIC) framework. The API reference can be found [here](../../api/).
|
|
|
|
Formerly known as Real-Time For the Masses.
|
|
|
|
<!--There is a translation of this book in [Russian].-->
|
|
|
|
<!--[Russian]: ../ru/index.html-->
|
|
|
|
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).
|
|
|
|
{{#include ../../../README.md:7:47}}
|
|
|
|
{{#include ../../../README.md:48:}}
|