summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDan Halbert <halbert@halwitz.org>2020-01-13 18:15:32 -0500
committerDan Halbert <halbert@halwitz.org>2020-01-13 18:15:32 -0500
commit2a75196aa3598b3daf4c6fcebdc47dcad597b332 (patch)
tree7c615930405baea093ec7c61e29dcf91c3b6c01b /docs
parent4ad004f24eb79a382f1e6230f8ff02784d469d87 (diff)
parent2eb26a6d0b48fb82932190f67475ec101969d3ac (diff)
merge from adafruit/circuitpython
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst1
-rw-r--r--docs/shared_bindings_matrix.py2
-rw-r--r--docs/supported_ports.rst1
3 files changed, 3 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst
index a85772fdc..6dadddfc1 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -43,6 +43,7 @@ Full Table of Contents
../README
../CONTRIBUTING
+ ../BUILDING
../CODE_OF_CONDUCT
../license.rst
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