diff options
| author | Jeff Epler <jepler@gmail.com> | 2020-05-25 09:58:57 -0500 |
|---|---|---|
| committer | Jeff Epler <jepler@gmail.com> | 2020-05-25 09:58:57 -0500 |
| commit | 894bb3c003a5f34adc54c4ce7d8a1d95e41c87c5 (patch) | |
| tree | 2ceab13855f568ea5deeb9d7ee80fd37e9e4f4ff /docs | |
| parent | 32de8b437ccdadf0b18990d0f3f9fbf624475f46 (diff) | |
Add esp32s2, litex to SUPPORTED_PORTS, sort it
Diffstat (limited to 'docs')
| -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 e48c71813..10423d87d 100644 --- a/docs/shared_bindings_matrix.py +++ b/docs/shared_bindings_matrix.py @@ -28,7 +28,7 @@ import subprocess import sys -SUPPORTED_PORTS = ["atmel-samd", "nrf", "stm", "mimxrt10xx"] +SUPPORTED_PORTS = ['atmel-samd', 'esp32s2', 'litex', 'mimxrt10xx', 'nrf', 'stm'] def get_shared_bindings(): """ Get a list of modules in shared-bindings based on folder names |
