From e3b2362ca9b82c52a44438ce597602eb10a37b4d Mon Sep 17 00:00:00 2001 From: TheZoq2 Date: Sun, 19 Jul 2020 17:14:13 +0200 Subject: [PATCH] add a note on why the old materials section is there --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f7ef824..f241d55 100644 --- a/README.md +++ b/README.md @@ -917,6 +917,7 @@ Work in progress crates. Help the authors make these crates awesome! ## Old books, blogs and training materials +These materials may be outdated and reflect earlier practices, but might still be useful for reference. - [Exploring Rust on Teensy](https://branan.github.io/teensy/) by @branan — Beginner set of articles on getting into embedded dev in Rust. - [Pragmatic Bare Metal Rust](http://www.hashmismatch.net/pragmatic-bare-metal-rust/) A starter article about starting Rust development on STM32 microcontrollers (cubeMX + FFI).