aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/troubleshooting.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/troubleshooting.rst')
-rw-r--r--docs/source/troubleshooting.rst18
1 files changed, 7 insertions, 11 deletions
diff --git a/docs/source/troubleshooting.rst b/docs/source/troubleshooting.rst
index 9146ebe..bf1b129 100644
--- a/docs/source/troubleshooting.rst
+++ b/docs/source/troubleshooting.rst
@@ -40,17 +40,17 @@ My 5v peripheral doesn't work! (I2C, SPI, USART, etc)
-----------------------------------------------------
Yup, the Maple is a 3.3v board. You may need to use a level
-converter. See the :ref:`compatibility <compatibility>`, :ref:`GPIO
-<gpio>`, or other :ref:`hardware specific documentation
-<index-hardware>` for more information.
+converter. See the :ref:`Arduino Compatibility
+<arduino-compatibility>`, :ref:`GPIO <gpio>`, or other :ref:`hardware
+specific documentation <index-hardware>` for more information.
The reset and D38/serial buttons don't seem to work reliably!
-------------------------------------------------------------
-A few rev3 boards shipped in May-June 2010 may have had unreliable
-buttons; see the :ref:`errata page <errata>` for details. `We're
-happy to replace these for you <http://leaflabs.com/contact>`_\ !
-
+A few Maple Rev3 boards shipped in May-June 2010 may have had
+unreliable buttons; see the :ref:`Maple Errata
+<maple-rev3-bad-buttons>` for details. `We're happy to replace these
+for you <http://leaflabs.com/contact>`_\ !
.. _troubleshooting-ide-install:
@@ -100,8 +100,6 @@ a board selected. The work-around is to restart the IDE. Mysterious!
A classic! Make sure you have selected a board from the pulldown menu.
-.. TODO: remove when Python version is released
-
``undefined reference to setup()/loop()``
-----------------------------------------
@@ -133,8 +131,6 @@ There is an intermittent bug with the temporary directory build system
that on occasion will lose many of the ``#include``\ d libmaple
files. If you recompile everything, it should be fine.
-.. TODO remove when the Python version is released
-
.. _troubleshooting-upload:
========================