add a note on why the old materials section is there

This commit is contained in:
TheZoq2 2020-07-19 17:14:13 +02:00
parent 18ceddcc4a
commit e3b2362ca9

View file

@ -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).