tools/idf.py: promote esp32c3 from preview to supported target

This commit is contained in:
Ivan Grokhotkov
2021-01-24 13:28:11 +01:00
parent 4ab76197e9
commit e70d534566

View File

@@ -36,6 +36,6 @@ GENERATORS = collections.OrderedDict([
}) })
]) ])
SUPPORTED_TARGETS = ['esp32', 'esp32s2'] SUPPORTED_TARGETS = ['esp32', 'esp32s2', 'esp32c3']
PREVIEW_TARGETS = ['esp32s3', 'esp32c3', 'linux'] PREVIEW_TARGETS = ['esp32s3', 'linux']