aboutsummaryrefslogtreecommitdiff
path: root/docs/source/lang
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@leaflabs.com>2011-05-28 00:25:05 -0400
committerMarti Bolivar <mbolivar@leaflabs.com>2011-05-28 00:25:05 -0400
commita8d2374ec00e7a8c899ebcc0c104e95efc6ac9f0 (patch)
tree821b1cd86fcdfaa6cd673e7ce44638bcad7eb414 /docs/source/lang
parent91dc460d77d553388ea9b2f04bc63e71d5a84d8e (diff)
Docs: Tweak disabling JTAG debugging information.
Diffstat (limited to 'docs/source/lang')
-rw-r--r--docs/source/lang/api/disabledebugports.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/source/lang/api/disabledebugports.rst b/docs/source/lang/api/disabledebugports.rst
index 43ac337..283cdbf 100644
--- a/docs/source/lang/api/disabledebugports.rst
+++ b/docs/source/lang/api/disabledebugports.rst
@@ -22,10 +22,12 @@ Example
}
void loop() {
- // Now you can use the debug port pins as ordinary pins
+ // Now you can use the debug port pins (the pins on the JTAG
+ // header on the Maple) as ordinary pins.
}
See Also
--------
-* :ref:`lang-enabledebugports`
+- :ref:`lang-enabledebugports`
+- :ref:`Important erratum on Maple pin 43 <maple-nrst-pb4>`