From dc85da5c5ad846e80f901bce7ded22fa877aac49 Mon Sep 17 00:00:00 2001 From: Martin Geisler Date: Fri, 12 May 2023 14:21:47 +0200 Subject: [PATCH] =?UTF-8?q?Add=20link=20to=20Comprehensive=20Rust=20?= =?UTF-8?q?=F0=9F=A6=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #353. --- src/intro/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/intro/index.md b/src/intro/index.md index 7a600fee..272c2428 100644 --- a/src/intro/index.md +++ b/src/intro/index.md @@ -60,6 +60,7 @@ If you are unfamiliar with anything mentioned above or if you want more informat | Rust, Embedded | [Embedded Rust Bookshelf](https://docs.rust-embedded.org) | Here you can find several other resources provided by Rust's Embedded Working Group. | | Rust, Embedded | [Embedonomicon](https://docs.rust-embedded.org/embedonomicon/) | The nitty gritty details when doing embedded programming in Rust. | | Rust, Embedded | [embedded FAQ](https://docs.rust-embedded.org/faq.html) | Frequently asked questions about Rust in an embedded context. | +| Rust, Embedded | [Comprehensive Rust 🦀: Bare Metal](https://google.github.io/comprehensive-rust/bare-metal.html) | Teaching material for a 1-day class on bare-metal Rust development | | Interrupts | [Interrupt](https://en.wikipedia.org/wiki/Interrupt) | - | | Memory-mapped IO/Peripherals | [Memory-mapped I/O](https://en.wikipedia.org/wiki/Memory-mapped_I/O) | - | | SPI, UART, RS232, USB, I2C, TTL | [Stack Exchange about SPI, UART, and other interfaces](https://electronics.stackexchange.com/questions/37814/usart-uart-rs232-usb-spi-i2c-ttl-etc-what-are-all-of-these-and-how-do-th) | - |