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/SUMMARY.md | |
| 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/SUMMARY.md')
| -rw-r--r-- | book/en/src/SUMMARY.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/book/en/src/SUMMARY.md b/book/en/src/SUMMARY.md index 045036e..853f3a5 100644 --- a/book/en/src/SUMMARY.md +++ b/book/en/src/SUMMARY.md @@ -29,6 +29,7 @@ - [v0.4.x to v0.5.x](./migration/migration_v4.md) - [RTFM to RTIC](./migration/migration_rtic.md) - [Under the hood](./internals.md) + - [Cortex-M architectures](./internals/targets.md) <!--- [Interrupt configuration](./internals/interrupt-configuration.md)--> <!--- [Non-reentrancy](./internals/non-reentrancy.md)--> <!--- [Access control](./internals/access.md)--> |
