From ae1f69539684744faecc6f59990696bc34f87fb9 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Thu, 11 Nov 2021 17:52:37 +0100 Subject: [PATCH] Add cross-reference to learning resources --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0bda49e..01c1c08 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,12 @@ you can build the blinky example with cargo build --example blinky-leds ``` +If you have not done this yet, it is recommended to read some of the excellent resources +available to learn Rust: + +- [Rust Embedded Book](https://docs.rust-embedded.org/book/) +- [Rust Discovery Book](https://docs.rust-embedded.org/discovery/) + ## Flashing from the command line A `jlink.gdb` file is provided to allow flashing of the board from the command line.