From d3cc00a4a58a6917e5a4090bf3cd7e66aa97aae9 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Thu, 13 Feb 2025 14:56:24 +0100 Subject: [PATCH] small README tweak --- va108xx-hal/README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/va108xx-hal/README.md b/va108xx-hal/README.md index 74c2a79..e22507f 100644 --- a/va108xx-hal/README.md +++ b/va108xx-hal/README.md @@ -25,12 +25,6 @@ rustup target add thumbv6m-none-eabi After that, you can use `cargo build` to build the development version of the crate. -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/) - ## Setting up your own binary crate If you have a custom board, you might be interested in setting up a new binary crate for your @@ -65,3 +59,11 @@ is contained within the 7. Flashing the board might work differently for different boards and there is usually more than one way. You can find example instructions in primary README. + +## Embedded Rust + +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/)