From 21db4d1df4b3a3b7a2a6bf61d96d630abfe4d424 Mon Sep 17 00:00:00 2001 From: Eric Trombly Date: Fri, 19 Apr 2019 10:50:43 -0500 Subject: add sandbox example --- book/en/src/by-example.md | 6 ++++++ 1 file changed, 6 insertions(+) (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 0e09b03..cafbc86 100644 --- a/book/en/src/by-example.md +++ b/book/en/src/by-example.md @@ -14,3 +14,9 @@ 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 + +## Real World Examples + +The following are examples of RTFM being used in real world projects. + +- [etrombly/sandbox](https://github.com/etrombly/sandbox/tree/4f5a230920ad815c0cfbc0e0ae5e39718d3f58fa). A hardware zen garden that draws patterns in sand. Patterns are sent over serial using G-code. -- cgit v1.2.3 From 19212a9f706b7d66afae7d1e7efa669e24964351 Mon Sep 17 00:00:00 2001 From: Eric Trombly Date: Sun, 21 Apr 2019 09:21:33 -0500 Subject: update commit for example link and specify RTFM version --- book/en/src/by-example.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (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 cafbc86..e19f074 100644 --- a/book/en/src/by-example.md +++ b/book/en/src/by-example.md @@ -19,4 +19,6 @@ embedded development environment that includes QEMU. The following are examples of RTFM being used in real world projects. -- [etrombly/sandbox](https://github.com/etrombly/sandbox/tree/4f5a230920ad815c0cfbc0e0ae5e39718d3f58fa). A hardware zen garden that draws patterns in sand. Patterns are sent over serial using G-code. +### 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 From 9ca10b0d8c735a06a3a0a3623a7fc5d09b5e948c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= Date: Fri, 2 Oct 2020 09:33:28 +0000 Subject: Add migration to 0.6 along with updated documentation --- book/en/src/by-example.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 d452722..38985da 100644 --- a/book/en/src/by-example.md +++ b/book/en/src/by-example.md @@ -9,7 +9,7 @@ is required to follow along. [repository]: https://github.com/rtic-rs/cortex-m-rtic -To run the examples on your laptop / PC you'll need the `qemu-system-arm` +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 embedded development environment that includes QEMU. -- cgit v1.2.3