From 345f2a77313cef5e91bfb1e308be6256266a7f63 Mon Sep 17 00:00:00 2001 From: Diego Herranz Date: Mon, 19 Oct 2020 07:31:44 +0100 Subject: [PATCH] Documentation/quickstart/debugging.rst: fix NuttX capitalisation --- 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 67ceff9998f..7c275a1f894 100644 --- a/Documentation/quickstart/debugging.rst +++ b/Documentation/quickstart/debugging.rst @@ -104,7 +104,7 @@ network thread. So far, `OpenOCD `_ is the only supported N .. note:: OpenOCD hasn't announced a stable release for a few years but the development remains active. You'll need to use a - version of OpenOCD recent enough so that it includes Nuttx support as `contributed by Sony upstream + version of OpenOCD recent enough so that it includes NuttX support as `contributed by Sony upstream `_. The version included in official OS repositories will probably be too old. You should build from source or use one of the unofficial, more recent builds. See `Getting OpenOCD `_ for more details.