circuitpython/shared-bindings/support_matrix.rst

22 lines
533 B
ReStructuredText
Raw Normal View History

2019-07-28 22:25:43 -04:00
.. _module-support-matrix:
Module Support Matrix - Which Modules Are Available on Which Boards
===================================================================
The following table lists the available built-in modules for each CircuitPython
capable board.
.. list-table::
:header-rows: 1
:widths: 7, 50
* - Board
- Modules Available
{% for key, value in support_matrix|dictsort %}
{{ '.. _' ~ key|replace(" ", "-") ~ ':' }}
* - {{ key }}
- {{ '`' ~ value|join("`, `") ~ '`' }}
{% endfor %}