From 784a3813f86b3e8b789049bf2f2e2f34db03f918 Mon Sep 17 00:00:00 2001 From: Martin Milata Date: Thu, 28 Jul 2022 14:50:49 +0200 Subject: [PATCH] docs(core): add embedded C+Rust debug to index --- docs/SUMMARY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index 82d3a61bc..4c472c7ec 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -9,6 +9,7 @@ - [Event Loop](core/src/event-loop.md) - [Apps](core/src/apps.md) - [Tests](core/tests/index.md) + - [Debugging on hardware](core/embed_debug/index.md) - [SystemView instrumentation](core/systemview/index.md) - [Miscellaneous](core/misc/index.md) - [Code style](core/misc/codestyle.md)