kopia lustrzana https://github.com/espressif/esp-idf
tools: idf.py: remove esp32c6 and esp32h2 from preview targets list
rodzic
a0eb55e81a
commit
77541faa14
|
@ -32,8 +32,8 @@ if os.name != 'nt':
|
||||||
|
|
||||||
URL_TO_DOC = 'https://docs.espressif.com/projects/esp-idf'
|
URL_TO_DOC = 'https://docs.espressif.com/projects/esp-idf'
|
||||||
|
|
||||||
SUPPORTED_TARGETS = ['esp32', 'esp32s2', 'esp32c3', 'esp32s3', 'esp32c2']
|
SUPPORTED_TARGETS = ['esp32', 'esp32s2', 'esp32c3', 'esp32s3', 'esp32c2', 'esp32c6', 'esp32h2']
|
||||||
PREVIEW_TARGETS = ['linux', 'esp32h4', 'esp32c6', 'esp32h2']
|
PREVIEW_TARGETS = ['linux', 'esp32h4']
|
||||||
|
|
||||||
OPENOCD_TAGET_CONFIG_DEFAULT = '-f interface/ftdi/esp32_devkitj_v1.cfg -f target/{target}.cfg'
|
OPENOCD_TAGET_CONFIG_DEFAULT = '-f interface/ftdi/esp32_devkitj_v1.cfg -f target/{target}.cfg'
|
||||||
OPENOCD_TAGET_CONFIG: Dict[str, str] = {
|
OPENOCD_TAGET_CONFIG: Dict[str, str] = {
|
||||||
|
|
Ładowanie…
Reference in New Issue