mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
Small renaming fixes
This commit is contained in:
parent
6e233bec02
commit
ff4370944f
2 changed files with 10 additions and 6 deletions
10
README.md
10
README.md
|
@ -2,6 +2,8 @@
|
|||
|
||||
A concurrency framework for building real time systems.
|
||||
|
||||
Formerly known as Real-Time For the Masses.
|
||||
|
||||
## Features
|
||||
|
||||
- **Tasks** as the unit of concurrency [^1]. Tasks can be *event triggered*
|
||||
|
@ -45,12 +47,12 @@ A concurrency framework for building real time systems.
|
|||
|
||||
## [User documentation](https://rtic.rs)
|
||||
|
||||
## [API reference](https://rtic.rs/0.5/api)
|
||||
## [API reference](https://rtic.rs/0.5/api/)
|
||||
|
||||
## Chat
|
||||
Join us and talk about RTIC in the [Matrix room][matrix-room].
|
||||
|
||||
[matrix-room]: https://matrix.to/#/#rtic-rs:matrix.org
|
||||
[matrix-room]: https://matrix.to/#/#rtic:matrix.org
|
||||
|
||||
## Contributing
|
||||
New features and big changes should go through the RFC process in the [dedicated RFC repository][rfcs].
|
||||
|
@ -59,11 +61,11 @@ New features and big changes should go through the RFC process in the [dedicated
|
|||
|
||||
## Acknowledgments
|
||||
|
||||
This crate is based on [the RTIC language][rtic-lang] created by the Embedded
|
||||
This crate is based on [the Real-Time For the Masses language][rtfm-lang] created by the Embedded
|
||||
Systems group at [Luleå University of Technology][ltu], led by [Prof. Per
|
||||
Lindgren][per].
|
||||
|
||||
[rtic-lang]: http://www.rtic-lang.org/
|
||||
[rtfm-lang]: http://www.rtfm-lang.org/
|
||||
[ltu]: https://www.ltu.se/?l=en
|
||||
[per]: https://www.ltu.se/staff/p/pln-1.11258?l=en
|
||||
|
||||
|
|
|
@ -7,6 +7,8 @@
|
|||
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
|
||||
|
@ -14,6 +16,6 @@ There is a translation of this book in [Russian].
|
|||
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}}
|
||||
{{#include ../../../README.md:7:46}}
|
||||
|
||||
{{#include ../../../README.md:50:}}
|
||||
{{#include ../../../README.md:52:}}
|
||||
|
|
Loading…
Reference in a new issue