Skip to content

Commit ddbf1b4

Browse files
authored
Merge pull request #378 from Feriixu/patch-1
Add link to Cortex-M comparison to install.md
2 parents f40a8b4 + fdbad17 commit ddbf1b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/intro/install.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ For bandwidth and disk usage concerns the default installation only supports
1818
native compilation. To add cross compilation support for the ARM Cortex-M
1919
architectures choose one of the following compilation targets. For the STM32F3DISCOVERY
2020
board used for the examples in this book, use the `thumbv7em-none-eabihf` target.
21+
[Find the best Cortex-M for you.](https://developer.arm.com/ip-products/processors/cortex-m#c-7d3b69ce-5b17-4c9e-8f06-59b605713133)
2122

2223
Cortex-M0, M0+, and M1 (ARMv6-M architecture):
2324
``` console

0 commit comments

Comments
 (0)