diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2023-01-04 20:27:21 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-04 20:27:21 +0000 |
| commit | de25c4c0c29208f25eb65ee85302662f4c2d7443 (patch) | |
| tree | 90ea1d794858aa2eaa2e30934c1e0f0b24d2b7e6 /book/en/src/by-example | |
| parent | 1d4ddb3e4edcd38e9a47ba64d9dc26044a724818 (diff) | |
| parent | 9c68b876f17b72cca68491bd31b47481e5f90f2a (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.md | 5 |
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 |
