diff options
| author | Scott Shawcroft <scott@adafruit.com> | 2020-01-07 13:58:09 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-07 13:58:09 -0800 |
| commit | 817c4af60cc74fd7df4dfb5b072fc5a5a792efed (patch) | |
| tree | 06bf5637f8617a05dc1b2b8706fff1a6a43a976a /docs/shared_bindings_matrix.py | |
| parent | 866ac13405e96cfcdb474b06668babdcb7e09966 (diff) | |
| parent | cc7b57c8d414ea60fcdf10d57b0e887655fbbc3b (diff) | |
Merge pull request #2456 from arturo182/mimxrt10xx
Add initial MIMXRT10XX port implementation
Diffstat (limited to 'docs/shared_bindings_matrix.py')
| -rw-r--r-- | docs/shared_bindings_matrix.py | 2 |
1 files changed, 1 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): |
