1 parent 32de8b4 commit 894bb3cCopy full SHA for 894bb3c
1 file changed
docs/shared_bindings_matrix.py
@@ -28,7 +28,7 @@
28
import sys
29
30
31
-SUPPORTED_PORTS = ["atmel-samd", "nrf", "stm", "mimxrt10xx"]
+SUPPORTED_PORTS = ['atmel-samd', 'esp32s2', 'litex', 'mimxrt10xx', 'nrf', 'stm']
32
33
def get_shared_bindings():
34
""" Get a list of modules in shared-bindings based on folder names
0 commit comments