summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDan Halbert <halbert@halwitz.org>2021-01-25 22:40:31 -0500
committerDan Halbert <halbert@halwitz.org>2021-01-25 22:40:31 -0500
commita9f339b4619a55cf5748124180e43afca32d8fb7 (patch)
treebd616d37352c1758e88b972e6096512a70ca8e75 /docs
parent69c71bd52238bda5c021a825849ce28229a33e0f (diff)
typo in circuitpy_mpconfig.h; forgot cxd56 port
Diffstat (limited to 'docs')
-rw-r--r--docs/shared_bindings_matrix.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/shared_bindings_matrix.py b/docs/shared_bindings_matrix.py
index ca6ddd3ed..e62b1d218 100644
--- a/docs/shared_bindings_matrix.py
+++ b/docs/shared_bindings_matrix.py
@@ -30,7 +30,7 @@ import sys
from concurrent.futures import ThreadPoolExecutor
-SUPPORTED_PORTS = ['atmel-samd', 'esp32s2', 'litex', 'mimxrt10xx', 'nrf', 'raspberrypi', 'stm']
+SUPPORTED_PORTS = ['atmel-samd', 'cxd56', 'esp32s2', 'litex', 'mimxrt10xx', 'nrf', 'raspberrypi', 'stm']
def get_circuitpython_root_dir():
""" The path to the root './circuitpython' directory