diff options
| author | arturo182 <arturo182@tlen.pl> | 2019-11-02 16:52:26 +0100 |
|---|---|---|
| committer | arturo182 <arturo182@tlen.pl> | 2020-01-06 21:08:49 +0100 |
| commit | 13e0cba6f18c1b569cf014fb4e3f0156ba63622e (patch) | |
| tree | f02bb9ad6460060f2645a735f5b3d525cfcde7dc /docs | |
| parent | 776c9b011c26f9833f392fcf8270d20a4bbc8031 (diff) | |
Add initial MIMXRT10XX port
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/shared_bindings_matrix.py | 2 | ||||
| -rw-r--r-- | docs/supported_ports.rst | 1 |
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 |
