Skip to content

Mention the latest discovery book #594

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Mar 30, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,18 @@

Discover the world of microcontrollers through [Rust](https://www.rust-lang.org/)!

There are currently two versions of this book. Both of them provide an
introduction to microcontrollers and how to use Rust with them.
The first is older and uses an F3 Discovery circuit board, while
the second is newer and uses a micro:bit circuit board instead.
There are currently three versions of this book.
All of them provide an introduction to microcontrollers and how to use Rust with them.

- Read the newer book, using a micro:bit:
- Read the current and best-maintained version of this book, using a micro:bit v2:
https://docs.rust-embedded.org/discovery-mb2/

There are also two *deprecated* versions of this book.
Unless you need to work with a micro:bit v1 or an STM32F3 discovery board, it is *strongly* recommended that you use the new book instead.

- Read the older micro:bit book:
https://docs.rust-embedded.org/discovery/microbit
- Read the older book, using an F3 discovery board:
- Read the oldest book, using an F3 discovery board:
https://docs.rust-embedded.org/discovery/f3discovery
- Start working on the examples from this repository
- You've got questions?
Expand Down
10 changes: 5 additions & 5 deletions src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

Discover the world of microcontrollers through [Rust](https://www.rust-lang.org/)!

There are currently two versions of this book. The first is older and uses an
F3 Discovery circuit board to introduce you to microcontrollers and Rust, while
the second is newer and uses a micro:bit circuit board instead.
There are currently three versions of this book. All of them provide an introduction to microcontrollers and how to use Rust with them.
Unless you need to work with a micro:bit v1 or an STM32F3 discovery board, it is *strongly* recommended that you use the latest book.

- [Read the newer book, using a micro:bit](https://docs.rust-embedded.org/discovery/microbit)
- [Read the older book, using an F3 discovery board](https://docs.rust-embedded.org/discovery/f3discovery)
- [Read the latest book, using a micro:bit v2](https://docs.rust-embedded.org/discovery-mb2/)
- [Read the older book, using a micro:bit v1 or v2](https://docs.rust-embedded.org/discovery/microbit)
- [Read the oldest book, using an F3 discovery board](https://docs.rust-embedded.org/discovery/f3discovery)
- Start working on the examples from this repository
- You've got questions?
- Have a look at our [discussions section on
Expand Down
Loading