From b71df58f2fb4ed85d4c8cf806d5837ce63c73f31 Mon Sep 17 00:00:00 2001 From: Emil Fresk Date: Wed, 22 Sep 2021 13:22:45 +0200 Subject: The great docs update --- book/en/src/by-example.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'book/en/src/by-example.md') diff --git a/book/en/src/by-example.md b/book/en/src/by-example.md index e4441fd..fef6872 100644 --- a/book/en/src/by-example.md +++ b/book/en/src/by-example.md @@ -4,7 +4,7 @@ This part of the book introduces the Real-Time Interrupt-driven Concurrency (RTI 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, and most of the examples can be run on QEMU so no special hardware +the project. The examples can be run on QEMU (emulating a Cortex M3 target) so no special hardware is required to follow along. [repository]: https://github.com/rtic-rs/cortex-m-rtic @@ -15,10 +15,3 @@ embedded development environment that includes QEMU. [the embedded Rust book]: https://rust-embedded.github.io/book/intro/install.html -## Real World Examples - -The following are examples of RTFM being used in real world projects. - -### RTFM V0.4.2 - -- [etrombly/sandbox](https://github.com/etrombly/sandbox/tree/41d423bcdd0d8e42fd46b79771400a8ca349af55). A hardware zen garden that draws patterns in sand. Patterns are sent over serial using G-code. -- cgit v1.2.3