2017-05-24 14:44:23 -04:00
|
|
|
Core Modules
|
2016-10-18 20:42:47 -04:00
|
|
|
========================================
|
|
|
|
|
2017-05-24 14:44:23 -04:00
|
|
|
These core modules are intended on being consistent across ports. Currently
|
|
|
|
they are only implemented in the SAMD21 and ESP8266 ports. A module may not exist
|
2017-06-07 15:00:15 -04:00
|
|
|
in a port if no underlying hardware support is present or if flash space is
|
|
|
|
limited. For example, a microcontroller without analog features will not have
|
|
|
|
`analogio`.
|
|
|
|
|
2018-09-07 04:30:28 -04:00
|
|
|
Modules
|
|
|
|
---------
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:glob:
|
|
|
|
:maxdepth: 3
|
|
|
|
|
|
|
|
*/__init__
|
|
|
|
help
|
|
|
|
|
2017-06-07 17:39:12 -04:00
|
|
|
.. _module-support-matrix:
|
|
|
|
|
2017-06-07 15:00:15 -04:00
|
|
|
Support Matrix
|
|
|
|
---------------
|
2018-05-29 21:21:19 -04:00
|
|
|
|
2018-02-27 18:24:16 -05:00
|
|
|
================= ==============================
|
2019-07-04 02:19:56 -04:00
|
|
|
Module Not Available On
|
2018-02-27 18:24:16 -05:00
|
|
|
================= ==============================
|
2019-07-04 02:19:56 -04:00
|
|
|
{%- for key, value in support_matrix|dictsort %}
|
|
|
|
{{ value.name.ljust(18) }} {{ value.excluded|join(", ") }}{{ '\n'|e }}
|
|
|
|
{%- endfor %}
|
2018-02-27 18:24:16 -05:00
|
|
|
================= ==============================
|