From 3b161a40d640f603bc22f4ec12693dba3c453d10 Mon Sep 17 00:00:00 2001 From: Roland Dobai Date: Wed, 23 Mar 2022 16:53:26 +0100 Subject: [PATCH] esptool_py: Update to support ESP32-S3 USB OTG compressed flashing with stub --- components/esp_system/Kconfig | 1 - components/esptool_py/esptool | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/components/esp_system/Kconfig b/components/esp_system/Kconfig index 1899441fb3..c58f818f70 100644 --- a/components/esp_system/Kconfig +++ b/components/esp_system/Kconfig @@ -227,7 +227,6 @@ menu "ESP System Settings" depends on (IDF_TARGET_ESP32S2 || IDF_TARGET_ESP32S3) && !TINY_USB config ESP_CONSOLE_USB_SERIAL_JTAG 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 depends on IDF_TARGET_ESP32C3 || IDF_TARGET_ESP32S3 config ESP_CONSOLE_UART_CUSTOM diff --git a/components/esptool_py/esptool b/components/esptool_py/esptool index eb98bb33e7..aca9d70bd8 160000 --- a/components/esptool_py/esptool +++ b/components/esptool_py/esptool @@ -1 +1 @@ -Subproject commit eb98bb33e707869a43115529765eba23eb48fb0e +Subproject commit aca9d70bd810c25bc953ca2f7587892c4dbaffc4