You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: book/en/src/by-example/starting_a_project.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
# Starting a new project
2
2
3
-
A recommendation when starting a RTIC project from scratch on an ARMv7-M or ARMv8-M-main MCU is to
4
-
follow RTIC's [`defmt-app-template`]. For ARMv6-M or ARMv8-M-base, check out Section 4.? of
5
-
this book for more information on hardware and implementation differences to be aware of before
6
-
starting with RTIC.
3
+
A recommendation when starting a RTIC project from scratch is to
4
+
follow RTIC's [`defmt-app-template`].
5
+
6
+
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.
0 commit comments