Add esp32s2, litex to SUPPORTED_PORTS, sort it

This commit is contained in:
Jeff Epler 2020-05-25 09:58:57 -05:00
parent 32de8b437c
commit 894bb3c003

View File

@ -28,7 +28,7 @@ import subprocess
import sys import sys
SUPPORTED_PORTS = ["atmel-samd", "nrf", "stm", "mimxrt10xx"] SUPPORTED_PORTS = ['atmel-samd', 'esp32s2', 'litex', 'mimxrt10xx', 'nrf', 'stm']
def get_shared_bindings(): def get_shared_bindings():
""" Get a list of modules in shared-bindings based on folder names """ Get a list of modules in shared-bindings based on folder names