circuitpython/docs/unsupported_ports.rst
Scott Shawcroft 46e7f8e4fb Documentation rework to unify the docs together rather than having them
on a per port basis.

Also enables generating docs from inline RST in C code. Simply omits all
lines except those that start with //|. Indentation after "//| " will be
preserved.
2016-10-18 17:42:47 -07:00

16 lines
456 B
ReStructuredText

Unsupported Ports
==============================
Adafruit's MicroPython derivative currently has limited support with a focus on
the Atmel SAMD21 port. The ports below still exist in the code to preserve
upstream compatibility but are not tested. Use at your own risk.
We recommend using `upstream MicroPython <https://micropython.org>`_ for the below ports.
.. toctree::
:maxdepth: 2
esp8266/index.rst
pyboard/index.rst
wipy/index.rst