Skip to content

Commit

Permalink
Add link to Cortex-M comparison to install.md
Browse files Browse the repository at this point in the history
Related to Issue #262
  • Loading branch information
Feriixu authored Sep 19, 2024
1 parent dbae36b commit 24324fe
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 24324fe

Please sign in to comment.