aboutsummaryrefslogtreecommitdiff
path: root/book/en/src/SUMMARY.md
diff options
context:
space:
mode:
Diffstat (limited to 'book/en/src/SUMMARY.md')
-rw-r--r--book/en/src/SUMMARY.md17
1 files changed, 13 insertions, 4 deletions
diff --git a/book/en/src/SUMMARY.md b/book/en/src/SUMMARY.md
index 051d1ac..e1a4a33 100644
--- a/book/en/src/SUMMARY.md
+++ b/book/en/src/SUMMARY.md
@@ -1,16 +1,25 @@
# Summary
[Preface](./preface.md)
-- [RTFM by example](./by-example.md)
+
+- [RTIC by example](./by-example.md)
- [The `app` attribute](./by-example/app.md)
- [Resources](./by-example/resources.md)
- - [Tasks](./by-example/tasks.md)
+ - [Software tasks](./by-example/tasks.md)
- [Timer queue](./by-example/timer-queue.md)
- - [Singletons](./by-example/singletons.md)
- [Types, Send and Sync](./by-example/types-send-sync.md)
- [Starting a new project](./by-example/new.md)
- [Tips & tricks](./by-example/tips.md)
+- [Migration Guides](./migration.md)
+ - [v0.5.x to v0.6.x](./migration/migration_v5.md)
+ - [v0.4.x to v0.5.x](./migration/migration_v4.md)
+ - [RTFM to RTIC](./migration/migration_rtic.md)
- [Under the hood](./internals.md)
+ - [Interrupt configuration](./internals/interrupt-configuration.md)
+ - [Non-reentrancy](./internals/non-reentrancy.md)
+ - [Access control](./internals/access.md)
+ - [Late resources](./internals/late-resources.md)
+ - [Critical sections](./internals/critical-sections.md)
- [Ceiling analysis](./internals/ceilings.md)
- - [Task dispatcher](./internals/tasks.md)
+ - [Software tasks](./internals/tasks.md)
- [Timer queue](./internals/timer-queue.md)