summaryrefslogtreecommitdiff
path: root/shared-bindings
diff options
context:
space:
mode:
authorsommersoft <sommersoft@gmail.com>2019-07-04 01:19:56 -0500
committersommersoft <sommersoft@gmail.com>2019-07-04 01:19:56 -0500
commit4342383d9595914786475aa55c001864333ddcc1 (patch)
treebcdfda700a6bf1055519bf9182c6e393eb668f53 /shared-bindings
parentf1256c0b35d8ff3e1893bd345a6ff29c2ee2e752 (diff)
add jinja extension; update shared-bindings/index.rst to use jinja
Diffstat (limited to 'shared-bindings')
-rw-r--r--shared-bindings/index.rst45
1 files changed, 4 insertions, 41 deletions
diff --git a/shared-bindings/index.rst b/shared-bindings/index.rst
index 8f9bbbb31..f32745bc7 100644
--- a/shared-bindings/index.rst
+++ b/shared-bindings/index.rst
@@ -21,48 +21,11 @@ Modules
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
+Module Not Available On
================= ==============================
-`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**
-`frequencyio` **SAMD51**
-`gamepad` **SAMD Express, nRF**
-`hashlib` **ESP8266**
-`i2cslave` **SAMD Express**
-`math` **All Supported**
-`microcontroller` **All Supported**
-`multiterminal` **ESP8266**
-`neopixel_write` **All Supported**
-`nvm` **SAMD Express**
-`os` **All Supported**
-`pulseio` **SAMD/SAMD Express**
-`ps2io` **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**
-`_pixelbuf` **SAMD Express**
-`_stage` **SAMD/SAMD Express**
+{%- for key, value in support_matrix|dictsort %}
+{{ value.name.ljust(18) }} {{ value.excluded|join(", ") }}{{ '\n'|e }}
+{%- endfor %}
================= ==============================