mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
tools/idf.py: promote esp32c3 from preview to supported target
This commit is contained in:
parent
4ab76197e9
commit
e70d534566
@ -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']
|
||||
|
Loading…
x
Reference in New Issue
Block a user