Promote starting a new project to it's own chapter

This commit is contained in:
datdenkikniet 2023-04-22 22:53:45 +02:00
parent a14d24007a
commit 552ecd4458
2 changed files with 1 additions and 1 deletions

View file

@ -2,6 +2,7 @@
[Preface](./preface.md) [Preface](./preface.md)
- [Starting a new project](./starting_a_project.md)
- [RTIC by example](./by-example.md) - [RTIC by example](./by-example.md)
- [The `app`](./by-example/app.md) - [The `app`](./by-example/app.md)
- [Hardware tasks & `pend`](./by-example/hardware_tasks.md) - [Hardware tasks & `pend`](./by-example/hardware_tasks.md)
@ -11,7 +12,6 @@
- [The idle task](./by-example/app_idle.md) - [The idle task](./by-example/app_idle.md)
- [Channel based communication](./by-example/channel.md) - [Channel based communication](./by-example/channel.md)
- [Delay and Timeout](./by-example/delay.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) - [The minimal app](./by-example/app_minimal.md)
- [Tips & Tricks](./by-example/tips.md) - [Tips & Tricks](./by-example/tips.md)
- [Implementing Monotonic](./by-example/tips_monotonic_impl.md) - [Implementing Monotonic](./by-example/tips_monotonic_impl.md)