From 67922c0f51a7603d392363a2eabfbb80c34d4ae2 Mon Sep 17 00:00:00 2001 From: iampi31415 <202419735+iampi31415@users.noreply.github.com> Date: Tue, 21 Oct 2025 13:51:59 +0000 Subject: [PATCH 1/3] add link to microbit --- mdbook/src/02-requirements/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/mdbook/src/02-requirements/README.md b/mdbook/src/02-requirements/README.md index f132d377..6ef0934e 100644 --- a/mdbook/src/02-requirements/README.md +++ b/mdbook/src/02-requirements/README.md @@ -57,6 +57,7 @@ like [`microbit-v2`] used here. If you intend to use a different microcontrolle through [Awesome Embedded Rust] or just search the web to find supported crates. [`nrf52-hal`]: https://docs.rs/nrf52-hal +[`microbit-v2`]: https://github.com/nrf-rs/microbit/tree/main/microbit-v2 [Awesome Embedded Rust]: https://github.com/rust-embedded/awesome-embedded-rust With a different development board, this text loses most if not all its beginner friendliness and From 580af9c24a3168ffe0f8a69f4d1b6521df03f930 Mon Sep 17 00:00:00 2001 From: iampi31415 <202419735+iampi31415@users.noreply.github.com> Date: Tue, 21 Oct 2025 13:52:29 +0000 Subject: [PATCH 2/3] add missing blank --- mdbook/src/03-setup/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mdbook/src/03-setup/README.md b/mdbook/src/03-setup/README.md index 6acf826e..29f46220 100644 --- a/mdbook/src/03-setup/README.md +++ b/mdbook/src/03-setup/README.md @@ -16,7 +16,7 @@ should work but we have listed the version we have tested. - Rust 1.79.0 or a newer toolchain. -- `gdb-multiarch`. This is a debugging tool. The oldest tested version is10.2, but other versions +- `gdb-multiarch`. This is a debugging tool. The oldest tested version is 10.2, but other versions will most likely work as well. If your distribution/platform does not have `gdb-multiarch` available `arm-none-eabi-gdb` will do the trick as well. Furthermore, some normal `gdb` binaries are built with multiarch capabilities as well: you can find further information about this in the From ddb0b9c3e75786f710a8551bcb40318afdf4e7f7 Mon Sep 17 00:00:00 2001 From: iampi31415 <202419735+iampi31415@users.noreply.github.com> Date: Tue, 21 Oct 2025 20:46:23 +0100 Subject: [PATCH 3/3] Fix link formatting for microbit-v2 in README.md --- mdbook/src/02-requirements/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mdbook/src/02-requirements/README.md b/mdbook/src/02-requirements/README.md index 56f58c88..0c810c2d 100644 --- a/mdbook/src/02-requirements/README.md +++ b/mdbook/src/02-requirements/README.md @@ -56,7 +56,7 @@ least a HAL crate, like [`nrf52833-hal`] used here. You may prefer a board with like [`microbit-v2`] used here. If you intend to use a different microcontroller, you can look through [Awesome Embedded Rust] or just search the web to find supported crates. -[`microbit-v2`]: https://docs.rs/microbit-v2/latest/microbit/ +[`microbit-v2`]: https://docs.rs/microbit-v2 [`nrf52833-hal`]: https://docs.rs/nrf52833-hal [Awesome Embedded Rust]: https://github.com/rust-embedded/awesome-embedded-rust