2019-07-28 22:25:43 -04:00
.. _module-support-matrix:
2021-01-24 22:49:28 -05:00
Module Support Matrix - Which Modules Are Available on Which Boards
===================================================================
2019-07-27 11:03:18 -04:00
The following table lists the available built-in modules for each CircuitPython
capable board.
2021-04-15 11:18:00 -04:00
.. raw :: html
<p id="support-matrix-filter-block"><input placeholder="Filter the boards by available modules" id="support-matrix-filter" type="text"/><span id="support-matrix-filter-num">(all)</span></p>
.. rst-class :: support-matrix-table
2020-08-07 23:52:34 -04:00
.. list-table ::
2019-07-27 11:03:18 -04:00
:header-rows: 1
:widths: 7, 50
2020-08-07 23:52:34 -04:00
* - Board
- Modules Available
{% for key, value in support_matrix|dictsort %}
2020-08-08 12:37:49 -04:00
{{ '.. _' ~ key|replace(" ", "-") ~ ':' }}
2020-08-07 23:52:34 -04:00
* - {{ key }}
2021-05-04 14:40:55 -04:00
- {{ ':py:mod: `' ~ value|join("` , :py:mod: `") ~ '` ' }}
2020-08-07 23:52:34 -04:00
{% endfor %}