# Summary [Preface](./preface.md) --- - [Starting a new project](./starting_a_project.md) - [RTIC by example](./by-example.md) - [The `app`](./by-example/app.md) - [Hardware tasks](./by-example/hardware_tasks.md) - [Software tasks & `spawn`](./by-example/software_tasks.md) - [Resources](./by-example/resources.md) - [The init task](./by-example/app_init.md) - [The idle task](./by-example/app_idle.md) - [Channel based communication](./by-example/channel.md) - [Delay and Timeout using Monotonics](./by-example/delay.md) - [The minimal app](./by-example/app_minimal.md) - [Tips & Tricks](./by-example/tips/index.md) - [Resource de-structure-ing](./by-example/tips/destructureing.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) - [Monotonics & the Timer Queue](./monotonic_impl.md) - [RTIC vs. the world](./rtic_vs.md) - [RTIC and Embassy](./rtic_and_embassy.md) - [Awesome RTIC examples](./awesome_rtic.md) --- - [Migrating from v1.0.x to v2.0.0](./migration_v1_v2.md) - [Migrating to `rtic-monotonics`](./migration_v1_v2/monotonics.md) - [Software tasks must now be `async`](./migration_v1_v2/async_tasks.md) - [Using and understanding `rtic-sync`](./migration_v1_v2/rtic-sync.md) - [A code example on migration](./migration_v1_v2/complete_example.md) --- - [Under the hood](./internals.md) - [Cortex-M architectures](./internals/targets.md)