mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'feature/esp32c3_supported_target' into 'master'
tools/idf.py: promote esp32c3 from preview to supported targets See merge request espressif/esp-idf!12129
This commit is contained in:
commit
3dea56d15c
@ -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