|
23 | 23 | <!-- - [`#[cfg(..)]` support](./by-example/tips.md) -->
|
24 | 24 | - [RTIC vs. the world](./rtic_vs.md)
|
25 | 25 | - [Awesome RTIC examples](./awesome_rtic.md)
|
26 |
| -<!-- - [Migration Guides](./migration.md) |
27 |
| - - [v1.0.x to v2.0.0](./migration/migration_v2.md) |
28 |
| - - [v0.5.x to v1.0.x](./migration/migration_v5.md) |
29 |
| - - [v0.4.x to v0.5.x](./migration/migration_v4.md) |
30 |
| - - [RTFM to RTIC](./migration/migration_rtic.md) --> |
| 26 | +- [Migrating from v1.0.x to v2.0.0](./migration_v1_v2.md) |
| 27 | + - [Rust Nightly & features](./migration_v1_v2/nightly.md) |
| 28 | + - [Migrating to `rtic-monotonics`](./migration_v1_v2/monotonics.md) |
| 29 | + - [Software tasks must now be `async`](./migration_v1_v2/async_tasks.md) |
| 30 | + - [Using and understanding `rtic-sync`](./migration_v1_v2/rtic-sync.md) |
| 31 | + - [A code example on migration](./migration_v1_v2/complete_example.md) |
31 | 32 | - [Under the hood](./internals.md)
|
32 | 33 | - [Cortex-M architectures](./internals/targets.md)
|
33 | 34 | <!--- [Interrupt configuration](./internals/interrupt-configuration.md)-->
|
|
44 | 45 | - [Message passing & `capacity`](./by-example/message_passing.md)
|
45 | 46 | - [Task priorities](./by-example/app_priorities.md)
|
46 | 47 | - [Monotonic & `spawn_{at/after}`](./by-example/monotonic.md)
|
47 |
| - --> |
48 |
| - |
49 |
| ---- |
50 |
| - |
51 |
| -- [Migrating from v1.0.x to v2.0.0](./migration/migration_v2.md) |
52 |
| - - [Rust Nightly & features](./migration/migration_v2/nightly.md) |
53 |
| - - [Migrating to `rtic-monotonics`](./migration/migration_v2/monotonics.md) |
54 |
| - - [Software tasks must now be `async`](./migration/migration_v2/async_tasks.md) |
55 |
| - - [Using and understanding `rtic-sync`](./migration/migration_v2/rtic-sync.md) |
56 |
| - - [A code example on migration](./migration/migration_v2/complete_example.md) |
| 48 | + --> |
0 commit comments