summaryrefslogtreecommitdiff
path: root/shared-bindings/index.rst
blob: bcd6e1d1e47c8fedd8b398bfe2117e13747376d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Core Modules
========================================

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
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`.

.. _module-support-matrix:

Support Matrix
---------------
NOTE 1: **All Supported** means the following ports are supported: SAMD21, SAMD21 Express,
SAMD51, SAMD51 Express, and ESP8266.

NOTE 2: **SAMD** and/or **SAMD Express** without additional numbers, means both SAMD21 & SAMD51 versions
are supported.

NOTE 3: The `pIRkey SAMD21 board <https://www.adafruit.com/product/3364>`_ is specialized and may not
have modules as listed below.

=================  ==============================
Module             Supported Ports
=================  ==============================
`analogio`         **All Supported**
`audiobusio`       **SAMD/SAMD Express**
`audioio`          **SAMD Express**
`binascii`         **ESP8266**
`bitbangio`        **SAMD Express, ESP8266**
`board`            **All Supported**
`bleio`            **nRF**
`busio`            **All Supported**
`digitalio`        **All Supported**
`gamepad`          **SAMD Express, nRF**
`hashlib`          **ESP8266**
`math`             **All Supported**
`microcontroller`  **All Supported**
`multiterminal`    **ESP8266**
`neopixel_write`   **All Supported**
`nvm`              **SAMD Express**
`os`               **All Supported**
`pulseio`          **SAMD/SAMD Express**
`random`           **All Supported**
`rotaryio`         **SAMD51, SAMD Express**
`storage`          **All Supported**
`struct`           **All Supported**
`supervisor`       **SAMD/SAMD Express**
`time`             **All Supported**
`touchio`          **SAMD/SAMD Express**
`uheap`            **Debug (All)**
`usb_hid`          **SAMD/SAMD Express**
=================  ==============================

Modules
---------

.. toctree::
    :glob:
    :maxdepth: 3

    */__init__
    help