We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eac1736 commit 62be475Copy full SHA for 62be475
src/start/hardware.md
@@ -64,6 +64,9 @@ target = "thumbv7em-none-eabihf" # Cortex-M4F and Cortex-M7F (with FPU)
64
```
65
66
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.
70
71
The second step is to enter the memory region information into the `memory.x`
72
file.
0 commit comments