aboutsummaryrefslogtreecommitdiff
path: root/book/en/src/by-example.md
diff options
context:
space:
mode:
authorEmil Fresk <emil.fresk@gmail.com>2021-09-22 13:22:45 +0200
committerEmil Fresk <emil.fresk@gmail.com>2021-09-23 16:11:04 +0200
commitb71df58f2fb4ed85d4c8cf806d5837ce63c73f31 (patch)
treede4cbe4b43d399d4dcf2021c33225ccd00627434 /book/en/src/by-example.md
parentc8621d78b9b1c0c67dff31404ade873a9d7b426e (diff)
The great docs update
Diffstat (limited to 'book/en/src/by-example.md')
-rw-r--r--book/en/src/by-example.md9
1 files changed, 1 insertions, 8 deletions
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.