Skip to content

Commit

Permalink
Improved hardware.md chapter.
Browse files Browse the repository at this point in the history
If you follow the documentation blindly, you will end up in a trap with strange compiler warnings. This fix adds a warning about that.
  • Loading branch information
armaxri authored Oct 16, 2023
1 parent eac1736 commit 62be475
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/start/hardware.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ target = "thumbv7em-none-eabihf" # Cortex-M4F and Cortex-M7F (with FPU)
```

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

0 comments on commit 62be475

Please sign in to comment.