From c0719b370d9be67509d7b0e90c4f452597f0050d Mon Sep 17 00:00:00 2001 From: Diego Herranz Date: Wed, 21 Oct 2020 08:44:59 +0100 Subject: [PATCH] Documentation/quickstart/debugging: rewrite SWD sentence Original content rather than copy-paste from Wikipedia. Discussed on https://github.com/apache/incubator-nuttx/pull/2031 --- Documentation/quickstart/debugging.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/quickstart/debugging.rst b/Documentation/quickstart/debugging.rst index 7c275a1f894..379240d525f 100644 --- a/Documentation/quickstart/debugging.rst +++ b/Documentation/quickstart/debugging.rst @@ -95,7 +95,7 @@ JTAG/SWD Debugging `JTAG `_ is a set of standards that specify a way to attach a hardware device to your embedded board, and then remotely control the CPU. You can load code, start, stop, step through the program, and examine variables and memory. `SWD `_ is an -Arm-specific, alternative 2-pin electrical interface that uses the same protocol and can be used too. +Arm-specific interface with a reduced number of signals which can be used alternatively. The NuttX operating system uses `threads `_, so you need a thread-aware debugger to do more than load code, start, and stop it. A thread-aware debugger will allow you to switch