aboutsummaryrefslogtreecommitdiff
path: root/book/en/src/SUMMARY.md
diff options
context:
space:
mode:
authorEmil Fresk <emil.fresk@gmail.com>2021-09-27 10:12:32 +0200
committerEmil Fresk <emil.fresk@gmail.com>2021-09-27 10:20:19 +0200
commit63c6a6afc033432f58d1ec3de39640c584553153 (patch)
tree0797d6cd62d99d8f1d9192f254478e935214d669 /book/en/src/SUMMARY.md
parentf0c319982524988fa67cac3c59a4a4a863c409c9 (diff)
More docs updates
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)