diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-06-11 19:16:23 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-11 19:16:23 +0000 |
| commit | bfcbff3dae6ea92678549cc36ada5f0a8482797e (patch) | |
| tree | 77ba0ad2c4debad5c8290e750cd06046b8ae9b77 /README.md | |
| parent | 9ffb5dd45e280ec8fba82558c8db38d36b7f4854 (diff) | |
| parent | 9b7f1ac30ce40ad42c0c5d0c44378f5436a22d10 (diff) | |
Merge #327
327: Small renaming fixes r=korken89 a=AfoHT
Co-authored-by: Henrik Tjäder <henrik@tjaders.com>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -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 |
