From 86ac7428bba2a1c6208677c6ccba57fc8a6db3e3 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 11 Mar 2025 16:32:52 +0100 Subject: [PATCH] small README update --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index cb9d711..382bd6f 100644 --- a/README.md +++ b/README.md @@ -148,3 +148,13 @@ example. The Segger RTT viewer can be used to display log messages received from the target. The base address for the RTT block placement is 0x10000000. It is recommended to use a search range of 0x1000 around that base address when using the RTT viewer. + +## Learning (Embedded) Rust + +If you are unfamiliar with Rust on Embedded Systems or Rust in general, the following resources +are recommended: + +- [Rust Book](https://doc.rust-lang.org/book/) +- [Embedded Rust Book](https://docs.rust-embedded.org/book/) +- [Embedded Rust Discovery](https://docs.rust-embedded.org/discovery/microbit/) +- [Awesome Embedded Rust](https://github.com/rust-embedded/awesome-embedded-rust)