diff options
| author | Emil Fresk <emil.fresk@gmail.com> | 2020-10-08 17:33:42 +0200 |
|---|---|---|
| committer | Emil Fresk <emil.fresk@gmail.com> | 2020-10-08 17:33:42 +0200 |
| commit | c83b15b643346c54f09ef130b5abd5ca31abfcd5 (patch) | |
| tree | b1b350b834c243e05f4328d1b4922f1d9e0f373c /README.md | |
| parent | e8b4fa7b32cf044428971f22e01428ff9cccff3c (diff) | |
| parent | 36781cdd890752d6876623d8802b860e950b24eb (diff) | |
Merge branch 'master' into spawn_experiment
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 26 |
1 files changed, 17 insertions, 9 deletions
@@ -4,10 +4,12 @@ A concurrency framework for building real-time systems. Formerly known as Real-Time For the Masses. - - - - +[](https://crates.io/crates/cortex-m-rtic) +[](https://docs.rs/cortex-m-rtic) +[](https://rtic.rs/) +[](https://github.com/rust-lang/rust/releases/tag/1.36.0) +[](https://matrix.to/#/#rtic:matrix.org) +[](https://hackmd.io/@xmis9JvZT8Gvo9lOEKyZ4Q/SkBJKsjuH) ## Features @@ -52,23 +54,29 @@ Formerly known as Real-Time For the Masses. ## [User documentation](https://rtic.rs) -## [API reference](https://rtic.rs/0.5/api/) +## [API reference](https://rtic.rs/stable/api/) ## Chat + Join us and talk about RTIC in the [Matrix room][matrix-room]. +Weekly meeting notes can be found over at [HackMD][hackmd] + [matrix-room]: https://matrix.to/#/#rtic:matrix.org +[hackmd]: https://hackmd.io/@xmis9JvZT8Gvo9lOEKyZ4Q/SkBJKsjuH ## Contributing -New features and big changes should go through the RFC process in the [dedicated RFC repository][rfcs]. + +New features and big changes should go through the RFC process in the +[dedicated RFC repository][rfcs]. [rfcs]: https://github.com/rtic-rs/rfcs ## Acknowledgments -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]. +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]. [rtfm-lang]: http://www.rtfm-lang.org/ [ltu]: https://www.ltu.se/?l=en |
