File tree 2 files changed +18
-3
lines changed
2 files changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ through the `Adafruit Learning System <https://learn.adafruit.com/>`_. These
35
35
docs are low-level API docs and may link out to separate getting started guides.
36
36
37
37
.. toctree ::
38
- :maxdepth: 2
38
+ :maxdepth: 3
39
39
40
40
shared-bindings/index.rst
41
41
docs/drivers.rst
Original file line number Diff line number Diff line change @@ -3,8 +3,23 @@ Core Modules
3
3
4
4
These core modules are intended on being consistent across ports. Currently
5
5
they are only implemented in the SAMD21 and ESP8266 ports. A module may not exist
6
- in a port if no underlying hardware support is present. For example, a
7
- microcontroller without analog features will not have `analogio `.
6
+ in a port if no underlying hardware support is present or if flash space is
7
+ limited. For example, a microcontroller without analog features will not have
8
+ `analogio `.
9
+
10
+ Support Matrix
11
+ ---------------
12
+
13
+ =============== ========== ========= =========== ======= ======= =========== ================= ================ ========= ======== ========= ======= =========
14
+ Port `analogio ` `audioio ` `bitbangio ` `board ` `busio ` `digitalio ` `microcontroller ` `neopixel_write ` `pulseio ` `time ` `touchio ` `uheap ` `usb_hid `
15
+ =============== ========== ========= =========== ======= ======= =========== ================= ================ ========= ======== ========= ======= =========
16
+ SAMD21 **Yes ** No No **Yes ** **Yes ** **Yes ** **Yes ** **Yes ** No **Yes ** **Yes ** Debug **Yes **
17
+ SAMD21 Express **Yes ** **Yes ** **Yes ** **Yes ** **Yes ** **Yes ** **Yes ** **Yes ** **Yes ** **Yes ** **Yes ** Debug **Yes **
18
+ ESP8266 **Yes ** No **Yes ** **Yes ** **Yes ** **Yes ** **Yes ** **Yes ** No **Yes ** No Debug No
19
+ =============== ========== ========= =========== ======= ======= =========== ================= ================ ========= ======== ========= ======= =========
20
+
21
+ Modules
22
+ ---------
8
23
9
24
.. toctree ::
10
25
:glob:
You can’t perform that action at this time.
0 commit comments