Add cross-reference to learning resources

This commit is contained in:
Robin Müller 2021-11-11 17:52:37 +01:00
parent e7ae72cef6
commit ae1f695396
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814
1 changed files with 6 additions and 0 deletions

View File

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