Skip to content

Commit 27d41c1

Browse files
n8tlarsenAfoHT
andauthored
Revert recommended starting template
Co-authored-by: Henrik Tjäder <[email protected]>
1 parent dd1fb68 commit 27d41c1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

book/en/src/by-example/starting_a_project.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Starting a new project
22

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.
77

88
[`defmt-app-template`]: https://github.com/rtic-rs/defmt-app-template
99

0 commit comments

Comments
 (0)