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 | fe2f541e42bab2c8aeb719468daadecb2463c3f3 (patch) | |
tree | 30427c21bc7d24c60bef7807f69800c35398f7cd /docs/source/lang/api | |
parent | cfcd77d491f2f548dbf40d048a74acf86fd96029 (diff) | |
download | librambutan-fe2f541e42bab2c8aeb719468daadecb2463c3f3.tar.gz librambutan-fe2f541e42bab2c8aeb719468daadecb2463c3f3.zip |
Docs: Tweak disabling JTAG debugging information.
Diffstat (limited to 'docs/source/lang/api')
-rw-r--r-- | docs/source/lang/api/disabledebugports.rst | 6 |
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>` |