2018-11-03 17:02:41 +01:00
|
|
|
# Summary
|
|
|
|
|
|
|
|
[Preface](./preface.md)
|
2020-07-14 16:01:14 +02:00
|
|
|
|
2020-06-11 19:18:29 +02:00
|
|
|
- [RTIC by example](./by-example.md)
|
2018-11-03 17:02:41 +01:00
|
|
|
- [The `app` attribute](./by-example/app.md)
|
|
|
|
- [Resources](./by-example/resources.md)
|
2019-08-21 10:17:27 +02:00
|
|
|
- [Software tasks](./by-example/tasks.md)
|
2018-11-03 17:02:41 +01:00
|
|
|
- [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)
|
2020-10-05 20:38:52 +02:00
|
|
|
- [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)
|
|
|
|
- [RTFM to RTIC](./migration/migration_rtic.md)
|
2018-11-03 17:02:41 +01:00
|
|
|
- [Under the hood](./internals.md)
|
2019-04-21 20:45:24 +02:00
|
|
|
- [Interrupt configuration](./internals/interrupt-configuration.md)
|
|
|
|
- [Non-reentrancy](./internals/non-reentrancy.md)
|
|
|
|
- [Access control](./internals/access.md)
|
|
|
|
- [Late resources](./internals/late-resources.md)
|
|
|
|
- [Critical sections](./internals/critical-sections.md)
|
2018-11-03 17:02:41 +01:00
|
|
|
- [Ceiling analysis](./internals/ceilings.md)
|
2019-04-21 20:45:24 +02:00
|
|
|
- [Software tasks](./internals/tasks.md)
|
2018-11-03 17:02:41 +01:00
|
|
|
- [Timer queue](./internals/timer-queue.md)
|