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.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/book/en/src/SUMMARY.md b/book/en/src/SUMMARY.md
index 22a10ac..397bb54 100644
--- a/book/en/src/SUMMARY.md
+++ b/book/en/src/SUMMARY.md
@@ -4,13 +4,13 @@
- [RTIC by example](./by-example.md)
- [The `app`](./by-example/app.md)
- - [App initialization](./by-example/app_init.md)
- [Resources](./by-example/resources.md)
- - [The background task](./by-example/app_idle.md)
+ - [The init task](./by-example/app_init.md)
+ - [The idle task](./by-example/app_idle.md)
- [Defining tasks](./by-example/app_task.md)
+ - [Hardware tasks](./by-example/hardware_tasks.md)
- [Software tasks & `spawn`](./by-example/software_tasks.md)
- [Message passing & `capacity`](./by-example/message_passing.md)
- - [Hardware tasks](./by-example/hardware_tasks.md)
- [Task priorities](./by-example/app_priorities.md)
- [Monotonic & `spawn_{at/after}`](./by-example/monotonic.md)
- [Starting a new project](./by-example/starting_a_project.md)
@@ -18,7 +18,7 @@
- [Tips & Tricks](./by-example/tips.md)
- [Implementing Monotonic](./by-example/tips_monotonic_impl.md)
- [Resource de-structure-ing](./by-example/tips_destructureing.md)
- - [Using indirection](./by-example/tips_indirection.md)
+ - [Avoid copies when message passing](./by-example/tips_indirection.md)
- [`'static` super-powers](./by-example/tips_static_lifetimes.md)
- [Inspecting generated code](./by-example/tips_view_code.md)
- [Running tasks from RAM](./by-example/tips_from_ram.md)