summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorScott Shawcroft <scott@adafruit.com>2020-01-07 13:58:09 -0800
committerGitHub <noreply@github.com>2020-01-07 13:58:09 -0800
commit817c4af60cc74fd7df4dfb5b072fc5a5a792efed (patch)
tree06bf5637f8617a05dc1b2b8706fff1a6a43a976a /docs
parent866ac13405e96cfcdb474b06668babdcb7e09966 (diff)
parentcc7b57c8d414ea60fcdf10d57b0e887655fbbc3b (diff)
Merge pull request #2456 from arturo182/mimxrt10xx
Add initial MIMXRT10XX port implementation
Diffstat (limited to 'docs')
-rw-r--r--docs/shared_bindings_matrix.py2
-rw-r--r--docs/supported_ports.rst1
2 files changed, 2 insertions, 1 deletions
diff --git a/docs/shared_bindings_matrix.py b/docs/shared_bindings_matrix.py
index ba0ec0e4f..6e0fc34bd 100644
--- a/docs/shared_bindings_matrix.py
+++ b/docs/shared_bindings_matrix.py
@@ -26,7 +26,7 @@ import os
import re
-SUPPORTED_PORTS = ["atmel-samd", "nrf"]
+SUPPORTED_PORTS = ["atmel-samd", "nrf", "mimxrt10xx"]
def parse_port_config(contents, chip_keyword=None):
diff --git a/docs/supported_ports.rst b/docs/supported_ports.rst
index 13f1e6507..9416a9c4f 100644
--- a/docs/supported_ports.rst
+++ b/docs/supported_ports.rst
@@ -8,6 +8,7 @@ and ESP8266.
:maxdepth: 2
../ports/atmel-samd/README
+ ../ports/mimxrt10xx/README
../ports/nrf/README
../ports/stm32f4/README
../ports/cxd56/README