Skip to content

Commit 862d063

Browse files
committed
Explicitly use the F3 Discovery board for now
1 parent 2043a2a commit 862d063

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

embedded-rust-book/src/intro/introduction.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,11 @@ If you are not yet comfortable with Embedded Systems, we highly suggest `LEARNIN
2828

2929
This book generally assumes that you’re reading it front-to-back, that is, later chapters build on top of concepts in earlier chapters, and earlier chapters may not dig into details on a topic, revisiting the topic in a later chapter.
3030

31-
This book will be using the `UNDEFINED` development board from `UNDEFINED` for the majority of the examples contained within. This board is based on the ARM Cortex-M architecture, and while basic functionality is common across most CPUs based on this architecture, peripherals and other implementation details of Microcontrollers are different between different vendors, and often even different between Microcontroller families from the same vendor.
31+
This book will be using the [STMF3DISCOVERY] development board from STMicroelectronics for the majority of the examples contained within. This board is based on the ARM Cortex-M architecture, and while basic functionality is common across most CPUs based on this architecture, peripherals and other implementation details of Microcontrollers are different between different vendors, and often even different between Microcontroller families from the same vendor.
3232

33-
For this reason, we suggest purchasing the `UNDEFINED` development board for the purpose of following this book.
33+
For this reason, we suggest purchasing the [STMF3DISCOVERY] development board for the purpose of following this book.
34+
35+
[STMF3DISCOVERY]: http://www.st.com/en/evaluation-tools/stm32f3discovery.html
3436

3537
## Contributing to This Book
3638

0 commit comments

Comments
 (0)