From 69904c7bef4c75e634b85e2923fcef2152993cb7 Mon Sep 17 00:00:00 2001 From: Adam Greig Date: Mon, 5 Apr 2021 16:35:26 +0100 Subject: [PATCH] Add link to AER's training materials section --- index.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/index.md b/index.md index 3d0e8c4..5192606 100644 --- a/index.md +++ b/index.md @@ -55,6 +55,14 @@ and speed. [Operating System development tutorials in Rust on the Raspberry Pi]: https://github.com/rust-embedded/rust-raspberrypi-OS-tutorials +## Other Training Materials + +The [Awesome embedded Rust] resource includes a list of other books, blogs, and +training materials for learning embedded Rust, including complete from-scratch +project examples and quickstart templates: [Books, blogs and training materials]. + +[Books, blogs and training materials]: https://github.com/rust-embedded/awesome-embedded-rust#books-blogs-and-training-materials + ## Frequently Asked Questions You can find our list of FAQ [here](faq.html).