diff options
| author | Dan Halbert <halbert@halwitz.org> | 2021-01-25 22:40:31 -0500 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2021-01-25 22:40:31 -0500 |
| commit | a9f339b4619a55cf5748124180e43afca32d8fb7 (patch) | |
| tree | bd616d37352c1758e88b972e6096512a70ca8e75 /docs/shared_bindings_matrix.py | |
| parent | 69c71bd52238bda5c021a825849ce28229a33e0f (diff) | |
typo in circuitpy_mpconfig.h; forgot cxd56 port
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 ca6ddd3ed..e62b1d218 100644 --- a/docs/shared_bindings_matrix.py +++ b/docs/shared_bindings_matrix.py @@ -30,7 +30,7 @@ import sys from concurrent.futures import ThreadPoolExecutor -SUPPORTED_PORTS = ['atmel-samd', 'esp32s2', 'litex', 'mimxrt10xx', 'nrf', 'raspberrypi', 'stm'] +SUPPORTED_PORTS = ['atmel-samd', 'cxd56', 'esp32s2', 'litex', 'mimxrt10xx', 'nrf', 'raspberrypi', 'stm'] def get_circuitpython_root_dir(): """ The path to the root './circuitpython' directory |
