diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2011-05-28 00:25:05 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2011-05-28 00:25:05 -0400 |
commit | 184da40c6dc0509d27a423866a48f707fcb1b370 (patch) | |
tree | d0c3e24779cb13d4c2b84fce669e793234ce0cf1 /source/lang/api | |
parent | d104f3b2dad7c315cebb9dc6e8eaeddcb209dafe (diff) | |
download | librambutan-184da40c6dc0509d27a423866a48f707fcb1b370.tar.gz librambutan-184da40c6dc0509d27a423866a48f707fcb1b370.zip |
Docs: Tweak disabling JTAG debugging information.
Diffstat (limited to 'source/lang/api')
-rw-r--r-- | source/lang/api/disabledebugports.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/source/lang/api/disabledebugports.rst b/source/lang/api/disabledebugports.rst index 43ac337..283cdbf 100644 --- a/source/lang/api/disabledebugports.rst +++ b/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>` |