Skip to content

Commit 894bb3c

Browse files
committed
Add esp32s2, litex to SUPPORTED_PORTS, sort it
1 parent 32de8b4 commit 894bb3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/shared_bindings_matrix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
import sys
2929

3030

31-
SUPPORTED_PORTS = ["atmel-samd", "nrf", "stm", "mimxrt10xx"]
31+
SUPPORTED_PORTS = ['atmel-samd', 'esp32s2', 'litex', 'mimxrt10xx', 'nrf', 'stm']
3232

3333
def get_shared_bindings():
3434
""" Get a list of modules in shared-bindings based on folder names

0 commit comments

Comments
 (0)