aboutsummaryrefslogtreecommitdiff
path: root/book/en/src/by-example
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2023-01-04 20:27:21 +0000
committerGitHub <noreply@github.com>2023-01-04 20:27:21 +0000
commitde25c4c0c29208f25eb65ee85302662f4c2d7443 (patch)
tree90ea1d794858aa2eaa2e30934c1e0f0b24d2b7e6 /book/en/src/by-example
parent1d4ddb3e4edcd38e9a47ba64d9dc26044a724818 (diff)
parent9c68b876f17b72cca68491bd31b47481e5f90f2a (diff)
Merge #670
670: Add documentation for different Cortex-M architectures r=AfoHT a=n8tlarsen Most of the RTIC documentation focuses on ARMv7-M architectures. Here's some initial thoughts on useful information I would have liked to know before starting with RTIC on ARMv6-M. Co-authored-by: Nathan <n8tlarsen@gmail.com> Co-authored-by: n8tlarsen <96437952+n8tlarsen@users.noreply.github.com> Co-authored-by: Henrik Tjäder <henrik@tjaders.com>
Diffstat (limited to 'book/en/src/by-example')
-rw-r--r--book/en/src/by-example/starting_a_project.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/book/en/src/by-example/starting_a_project.md b/book/en/src/by-example/starting_a_project.md
index c916479..ccb0083 100644
--- a/book/en/src/by-example/starting_a_project.md
+++ b/book/en/src/by-example/starting_a_project.md
@@ -1,6 +1,9 @@
# Starting a new project
-A recommendation when starting a RTIC project from scratch is to follow RTIC's [`defmt-app-template`].
+A recommendation when starting a RTIC project from scratch is to
+follow RTIC's [`defmt-app-template`].
+
+If you are targeting ARMv6-M or ARMv8-M-base architecture, check out the section [Target Architecture](../internals/targets.md) for more information on hardware limitations to be aware of.
[`defmt-app-template`]: https://github.com/rtic-rs/defmt-app-template