diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-09-25 17:09:54 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-25 17:09:54 +0000 |
| commit | f0c319982524988fa67cac3c59a4a4a863c409c9 (patch) | |
| tree | de4cbe4b43d399d4dcf2021c33225ccd00627434 /book/en/src/SUMMARY.md | |
| parent | c8621d78b9b1c0c67dff31404ade873a9d7b426e (diff) | |
| parent | b71df58f2fb4ed85d4c8cf806d5837ce63c73f31 (diff) | |
Merge #528
528: The great 0.6 docs update r=AfoHT a=korken89
Closes #530
Closes #527
Closes #487
Closes #461
Closes #448
Closes #440
Closes #422
Co-authored-by: Emil Fresk <emil.fresk@gmail.com>
Diffstat (limited to 'book/en/src/SUMMARY.md')
| -rw-r--r-- | book/en/src/SUMMARY.md | 26 |
1 files changed, 20 insertions, 6 deletions
diff --git a/book/en/src/SUMMARY.md b/book/en/src/SUMMARY.md index 68d8e2b..22a10ac 100644 --- a/book/en/src/SUMMARY.md +++ b/book/en/src/SUMMARY.md @@ -3,13 +3,27 @@ [Preface](./preface.md) - [RTIC by example](./by-example.md) - - [The `app` attribute](./by-example/app.md) + - [The `app`](./by-example/app.md) + - [App initialization](./by-example/app_init.md) - [Resources](./by-example/resources.md) - - [Software tasks](./by-example/tasks.md) - - [Timer queue](./by-example/timer-queue.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) + - [The background task](./by-example/app_idle.md) + - [Defining tasks](./by-example/app_task.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) + - [The minimal app](./by-example/app_minimal.md) + - [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) + - [`'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) + <!-- - [`#[cfg(..)]` support](./by-example/tips.md) --> +- [Awesome RTIC examples](./awesome_rtic.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) |
