1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 07:28:10 +00:00

docs(core): add embedded C+Rust debug to index

This commit is contained in:
Martin Milata 2022-07-28 14:50:49 +02:00
parent 16999d6b48
commit 784a3813f8

View File

@ -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)