From 24324fe2779086bbb9539c8a36a7710d4c6fd5ee Mon Sep 17 00:00:00 2001 From: "F. St." <39712181+Feriixu@users.noreply.github.com> Date: Thu, 19 Sep 2024 11:00:38 +0200 Subject: [PATCH] Add link to Cortex-M comparison to install.md Related to Issue #262 --- src/intro/install.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/intro/install.md b/src/intro/install.md index 81fbbbb7..dc785af0 100644 --- a/src/intro/install.md +++ b/src/intro/install.md @@ -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