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

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

The following table lists the available built-in modules for each CircuitPython
capable board.

.. csv-table::
   :header-rows: 1
   :widths: 7, 50

   "Board", "Modules Available"
   {% for key, value in support_matrix|dictsort -%}
   "{{ key }}", "{{ '`' ~ value|join("`, `") ~ '`' }}"
   {% endfor -%}