mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-02 12:14:32 +02:00
Merge branch 'bugfix/esp32h2beta2_erase-flash' into 'release/v5.0'
esp32h2: Fix esp32h2beta2 erase flash (backport v5.0) See merge request espressif/esp-idf!19447
This commit is contained in:
1
Kconfig
1
Kconfig
@@ -82,7 +82,6 @@ mainmenu "Espressif IoT Development Framework Configuration"
|
|||||||
config IDF_TARGET_ESP32H2_BETA_VERSION_2
|
config IDF_TARGET_ESP32H2_BETA_VERSION_2
|
||||||
bool
|
bool
|
||||||
prompt "ESP32-H2 beta2"
|
prompt "ESP32-H2 beta2"
|
||||||
select ESPTOOLPY_NO_STUB # TODO: IDF-4288
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
config IDF_TARGET_ESP32C2
|
config IDF_TARGET_ESP32C2
|
||||||
|
@@ -2,7 +2,7 @@ menu "Serial flasher config"
|
|||||||
|
|
||||||
config ESPTOOLPY_NO_STUB
|
config ESPTOOLPY_NO_STUB
|
||||||
bool "Disable download stub"
|
bool "Disable download stub"
|
||||||
default "y" if IDF_TARGET_ESP32H2 && IDF_ENV_FPGA # TODO: IDF-4288
|
default "y" if IDF_ENV_FPGA
|
||||||
default "n"
|
default "n"
|
||||||
|
|
||||||
help
|
help
|
||||||
|
Reference in New Issue
Block a user