Skip to content

Commit 62be475

Browse files
authored
Improved hardware.md chapter.
If you follow the documentation blindly, you will end up in a trap with strange compiler warnings. This fix adds a warning about that.
1 parent eac1736 commit 62be475

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/start/hardware.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ target = "thumbv7em-none-eabihf" # Cortex-M4F and Cortex-M7F (with FPU)
6464
```
6565

6666
We'll use `thumbv7em-none-eabihf` as that covers the Cortex-M4F core.
67+
> **NOTE**: As you may remember from the previous chapter, we have to install
68+
> all targets and this is a new one. So don't forget to run the installation
69+
> process `rustup target add thumbv7em-none-eabihf` for this target.
6770
6871
The second step is to enter the memory region information into the `memory.x`
6972
file.

0 commit comments

Comments
 (0)