diff options
| author | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-06-07 12:00:15 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott.shawcroft@gmail.com> | 2017-06-07 12:00:15 -0700 |
| commit | c5e515b8fe38a346125265fcebb86f857f29e053 (patch) | |
| tree | 16a5f0a5c3ecac3186662a4ea842d4518f6aef8c | |
| parent | 2ecb9a3dbfaf6659ba8834191dc6b6f3a65d8bc7 (diff) | |
docs: Add module support matrix.
| -rw-r--r-- | index.rst | 2 | ||||
| -rw-r--r-- | shared-bindings/index.rst | 19 |
2 files changed, 18 insertions, 3 deletions
@@ -35,7 +35,7 @@ through the `Adafruit Learning System <https://learn.adafruit.com/>`_. These docs are low-level API docs and may link out to separate getting started guides. .. toctree:: - :maxdepth: 2 + :maxdepth: 3 shared-bindings/index.rst docs/drivers.rst diff --git a/shared-bindings/index.rst b/shared-bindings/index.rst index 2448a7820..beb7ba68b 100644 --- a/shared-bindings/index.rst +++ b/shared-bindings/index.rst @@ -3,8 +3,23 @@ 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. For example, a -microcontroller without analog features will not have `analogio`. +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`. + +Support Matrix +--------------- + +=============== ========== ========= =========== ======= ======= =========== ================= ================ ========= ======== ========= ======= ========= +Port `analogio` `audioio` `bitbangio` `board` `busio` `digitalio` `microcontroller` `neopixel_write` `pulseio` `time` `touchio` `uheap` `usb_hid` +=============== ========== ========= =========== ======= ======= =========== ================= ================ ========= ======== ========= ======= ========= +SAMD21 **Yes** No No **Yes** **Yes** **Yes** **Yes** **Yes** No **Yes** **Yes** Debug **Yes** +SAMD21 Express **Yes** **Yes** **Yes** **Yes** **Yes** **Yes** **Yes** **Yes** **Yes** **Yes** **Yes** Debug **Yes** +ESP8266 **Yes** No **Yes** **Yes** **Yes** **Yes** **Yes** **Yes** No **Yes** No Debug No +=============== ========== ========= =========== ======= ======= =========== ================= ================ ========= ======== ========= ======= ========= + +Modules +--------- .. toctree:: :glob: |
