summaryrefslogtreecommitdiff
path: root/shared-bindings/support_matrix.rst
blob: 1b75e02567dc76fb2be00861e05c2b3c4a00f70d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.. _module-support-matrix:

Support Matrix
===============

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 %}