mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
esptool_py: Update to support ESP32-S3 USB OTG compressed flashing with stub
This commit is contained in:
parent
06b7c5c788
commit
3b161a40d6
@ -227,7 +227,6 @@ menu "ESP System Settings"
|
|||||||
depends on (IDF_TARGET_ESP32S2 || IDF_TARGET_ESP32S3) && !TINY_USB
|
depends on (IDF_TARGET_ESP32S2 || IDF_TARGET_ESP32S3) && !TINY_USB
|
||||||
config ESP_CONSOLE_USB_SERIAL_JTAG
|
config ESP_CONSOLE_USB_SERIAL_JTAG
|
||||||
bool "USB Serial/JTAG Controller"
|
bool "USB Serial/JTAG Controller"
|
||||||
select ESPTOOLPY_NO_STUB if IDF_TARGET_ESP32S3 #ESPTOOL-251
|
|
||||||
select ESPTOOLPY_NO_STUB if IDF_TARGET_ESP32C3 #ESPTOOL-252
|
select ESPTOOLPY_NO_STUB if IDF_TARGET_ESP32C3 #ESPTOOL-252
|
||||||
depends on IDF_TARGET_ESP32C3 || IDF_TARGET_ESP32S3
|
depends on IDF_TARGET_ESP32C3 || IDF_TARGET_ESP32S3
|
||||||
config ESP_CONSOLE_UART_CUSTOM
|
config ESP_CONSOLE_UART_CUSTOM
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit eb98bb33e707869a43115529765eba23eb48fb0e
|
Subproject commit aca9d70bd810c25bc953ca2f7587892c4dbaffc4
|
Loading…
Reference in New Issue
Block a user