Add esp32s2, litex to SUPPORTED_PORTS, sort it
This commit is contained in:
parent
32de8b437c
commit
894bb3c003
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue