Sfoglia il codice sorgente

Merge branch 'bugfix/s3_otg_compressed_flash_with_stub' into 'master'

esptool_py: Support ESP32-S3 USB OTG compressed flashing with stub

Closes ESPTOOL-372

See merge request espressif/esp-idf!17559
Roland Dobai 3 anni fa
parent
commit
667edfa7a9
2 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  1. 0 1
      components/esp_system/Kconfig
  2. 1 1
      components/esptool_py/esptool

+ 0 - 1
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

+ 1 - 1
components/esptool_py/esptool

@@ -1 +1 @@
-Subproject commit eb98bb33e707869a43115529765eba23eb48fb0e
+Subproject commit aca9d70bd810c25bc953ca2f7587892c4dbaffc4