diff options
| author | Emil Fresk <emil.fresk@gmail.com> | 2020-06-11 19:21:37 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-11 19:21:37 +0200 |
| commit | 6e233bec029810716c5a48113b22f4446204cfab (patch) | |
| tree | d3e64006a7b310d34d82df7aa2a4467c03595e55 /book/en/src/preface.md | |
| parent | 4a0393f756cc3ccd480f839eb6b6a9349326fe8e (diff) | |
| parent | 602a5b4374961dbcf7f3290053ab9b01f0622c67 (diff) | |
Merge pull request #325 from AfoHT/rtic-rename
Rename RTFM to RTIC
Diffstat (limited to 'book/en/src/preface.md')
| -rw-r--r-- | book/en/src/preface.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/book/en/src/preface.md b/book/en/src/preface.md index e6e7e1d..e1725b2 100644 --- a/book/en/src/preface.md +++ b/book/en/src/preface.md @@ -1,17 +1,17 @@ -<h1 align="center">Real Time For the Masses</h1> +<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 For the Masses -(RTFM) framework. The API reference can be found [here](../../api/). +This book contains user level documentation for the Real-Time Interrupt-driven Concurrency +(RTIC) framework. The API reference can be found [here](../../api/). There is a translation of this book in [Russian]. [Russian]: ../ru/index.html -This is the documentation of v0.5.x of RTFM; for the documentation of version +This is the documentation of v0.5.x of RTIC; for the documentation of version v0.4.x go [here](/0.4). {{#include ../../../README.md:5:44}} |
