Skip to content

Commit

Permalink
Merge pull request #378 from Feriixu/patch-1
Browse files Browse the repository at this point in the history
Add link to Cortex-M comparison to install.md
  • Loading branch information
eldruin authored Oct 13, 2024
2 parents f40a8b4 + fdbad17 commit ddbf1b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/intro/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ For bandwidth and disk usage concerns the default installation only supports
native compilation. To add cross compilation support for the ARM Cortex-M
architectures choose one of the following compilation targets. For the STM32F3DISCOVERY
board used for the examples in this book, use the `thumbv7em-none-eabihf` target.
[Find the best Cortex-M for you.](https://developer.arm.com/ip-products/processors/cortex-m#c-7d3b69ce-5b17-4c9e-8f06-59b605713133)

Cortex-M0, M0+, and M1 (ARMv6-M architecture):
``` console
Expand Down

0 comments on commit ddbf1b4

Please sign in to comment.