Skip to content

Commit 7a88ccd

Browse files
tkolconralph-lange
andcommitted
Approved Ralph's review.
Co-Authored-By: Ralph Lange <ralph-lange@users.noreply.github.com>
1 parent 594b2fe commit 7a88ccd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • _docs/tutorials/advanced/nuttx/debugging

_docs/tutorials/advanced/nuttx/debugging/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ permalink: /docs/tutorials/advanced/nuttx/debugging/
44
author: Ingo Lütkebohle (merged by Tomasz Kołcon)
55
---
66

7-
This tutorial consists of 2 parts: debugging a NuttX target with GDB and OpenOCD and debugging with Visual Studio Code. The first one describes tools installation and debugging via command line. The second focuses on the description of debugging using the modern IDE.
7+
This tutorial consists of two parts: First, debugging a NuttX target with GDB and OpenOCD. This part covers tool installation and debugging via command line. Second, debugging with Visual Studio Code, i.e. using a modern IDE.
88

99
## Debugging a NuttX target with GDB and OpenOCD
1010

@@ -236,4 +236,4 @@ Extract the SVD and then add an `svdFile` attribute to the launch configuration.
236236
Run the debugger again, and your window should look as follows:
237237
![](/img/tutorials/debug-vscode-svd.png)
238238

239-
Voilà! The `Cortex Peripherals` is populated with everything that the STM32F407 MCU has to offer. Please note that not all of these peripherals might actually be connected on the board. However, those that are, and that are used in your application, can easily be investigated like this.
239+
Voilà! The `Cortex Peripherals` is populated with everything that the STM32F407 MCU has to offer. Please note that not all of these peripherals might actually be connected on the board. However, those that are, and that are used in your application, can easily be investigated like this.

0 commit comments

Comments
 (0)