diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-12-21 19:02:49 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-21 19:02:49 +0000 |
| commit | c78177c37e3192c7a41a3ea8e7c139751c1a8989 (patch) | |
| tree | d5092fa9f154994c27f710f3ec4cacdb651fd96d /book/en/src/by-example.md | |
| parent | 37facfb5bf9aca11c43868cb8880b12b9f6b336a (diff) | |
| parent | e249813ad7a5670dd9a1a70d46b72aa02ce4dce0 (diff) | |
Merge #563
563: Docs touchup r=korken89 a=AfoHT
Unleashed some language linters on the book
Co-authored-by: Henrik Tjäder <henrik@grepit.se>
Co-authored-by: perlindgren <per.lindgren@ltu.se>
Diffstat (limited to 'book/en/src/by-example.md')
| -rw-r--r-- | book/en/src/by-example.md | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/book/en/src/by-example.md b/book/en/src/by-example.md index fef6872..84f0019 100644 --- a/book/en/src/by-example.md +++ b/book/en/src/by-example.md @@ -3,15 +3,15 @@ This part of the book introduces the Real-Time Interrupt-driven Concurrency (RTIC) framework to new users by walking them through examples of increasing complexity. -All examples in this part of the book can be found in the GitHub [repository] of -the project. The examples can be run on QEMU (emulating a Cortex M3 target) so no special hardware -is required to follow along. +All examples in this part of the book are accessible at the +[GitHub repository][repoexamples]. +The examples are runnable on QEMU (emulating a Cortex M3 target), +thus no special hardware required to follow along. -[repository]: https://github.com/rtic-rs/cortex-m-rtic +[repoexamples]: https://github.com/rtic-rs/cortex-m-rtic/tree/master/examples -To run the examples on your computer you'll need the `qemu-system-arm` -program. Check [the embedded Rust book] for instructions on how to set up an +To run the examples with QEMU you will need the `qemu-system-arm` program. +Check [the embedded Rust book] for instructions on how to set up an embedded development environment that includes QEMU. [the embedded Rust book]: https://rust-embedded.github.io/book/intro/install.html - |
