mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 12:12:50 +01:00
Promote starting a new project to it's own chapter
This commit is contained in:
parent
a14d24007a
commit
552ecd4458
2 changed files with 1 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
[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 & `pend`](./by-example/hardware_tasks.md)
|
||||
|
@ -11,7 +12,6 @@
|
|||
- [The idle task](./by-example/app_idle.md)
|
||||
- [Channel based communication](./by-example/channel.md)
|
||||
- [Delay and Timeout](./by-example/delay.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)
|
||||
|
|
Loading…
Reference in a new issue