We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc34728 commit 965c568Copy full SHA for 965c568
2 files changed
mkdocs/summary.md
@@ -3,8 +3,8 @@
3
- 📖 User Guide
4
- [🧑🏿💻 Setting up VSCode](user_guide/setup_vscode.md)
5
- [🧱 Fundamentals of libhal](user_guide/fundamentals.md)
6
- - [🔗 Interfaces in Software Development and libhal](user_guide/interfaces.md)
7
- - [🎯 Debugging Code with PyOCD](user_guide/debugging.md)
+ - [🔗 Interfaces in libhal](user_guide/interfaces.md)
+ - [🎯 Debugging Firmware](user_guide/debugging.md)
8
- [🪤 Error Handling in libhal](user_guide/error_handling.md)
9
- [⚖️ Policies & FAQ](user_guide/policy.md)
10
- 🏫 Education
mkdocs/user_guide/debugging.md
@@ -1,4 +1,4 @@
1
-# 🎯 Debugging Code with PyOCD
+# 🎯 Debugging Firmware with PyOCD
2
## Introduction
0 commit comments