aboutsummaryrefslogtreecommitdiff
path: root/book/en/src/SUMMARY.md
diff options
context:
space:
mode:
authordatdenkikniet <jcdra1@gmail.com>2023-04-23 13:22:35 +0200
committerdatdenkikniet <jcdra1@gmail.com>2023-05-11 19:20:58 +0200
commite51146a98cc7c83ea574d13b4b5d8e7ceeeb004b (patch)
tree2c177aa08778c51167835278d4d3e0c777d03019 /book/en/src/SUMMARY.md
parentcb0ceea472f33ed7a8b17fe7e0b98f24927d9185 (diff)
Move tips into their own subdir
Diffstat (limited to 'book/en/src/SUMMARY.md')
-rw-r--r--book/en/src/SUMMARY.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/book/en/src/SUMMARY.md b/book/en/src/SUMMARY.md
index 3e2b9ca..ff9cffe 100644
--- a/book/en/src/SUMMARY.md
+++ b/book/en/src/SUMMARY.md
@@ -13,13 +13,13 @@
- [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.md)
- - [Implementing Monotonic](./by-example/tips_monotonic_impl.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)
- <!-- - [Running tasks from RAM](./by-example/tips_from_ram.md) -->
+ - [Tips & Tricks](./by-example/tips/index.md)
+ - [Implementing Monotonic](./by-example/tips/monotonic_impl.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)
+ <!-- - [Running tasks from RAM](./by-example/tips/from_ram.md) -->
<!-- - [`#[cfg(..)]` support](./by-example/tips.md) -->
- [RTIC vs. the world](./rtic_vs.md)
- [Awesome RTIC examples](./awesome_rtic.md)