diff options
author | 2023-01-04 21:20:24 +0100 | |
---|---|---|
committer | 2023-01-04 21:20:24 +0100 | |
commit | 9c68b876f17b72cca68491bd31b47481e5f90f2a (patch) | |
tree | fed3183e4829ad07a7dfbc0b28013a8de89dcc2e | |
parent | 80b81ef122e68744744df9e866fec3263a0d7e11 (diff) | |
download | rtic-9c68b876f17b72cca68491bd31b47481e5f90f2a.tar.gz rtic-9c68b876f17b72cca68491bd31b47481e5f90f2a.tar.zst rtic-9c68b876f17b72cca68491bd31b47481e5f90f2a.zip |
Enable the targets chapter
-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 045036ea..853f3a53 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)--> |