forked from espressif/esp-idf
Merge branch 'bugfix/p4_v0_0_flashfreq' into 'master'
fix(esptool): make 80MHZ Flash SPI speed not supported by v0.0 of P4 See merge request espressif/esp-idf!32121
This commit is contained in:
@@ -114,7 +114,7 @@ menu "Serial flasher config"
|
|||||||
|
|
||||||
config ESPTOOLPY_FLASHFREQ_80M
|
config ESPTOOLPY_FLASHFREQ_80M
|
||||||
bool "80 MHz"
|
bool "80 MHz"
|
||||||
depends on SOC_MEMSPI_SRC_FREQ_80M_SUPPORTED
|
depends on SOC_MEMSPI_SRC_FREQ_80M_SUPPORTED && !ESP32P4_REV_MIN_0 # TODO IDF-10488
|
||||||
config ESPTOOLPY_FLASHFREQ_64M
|
config ESPTOOLPY_FLASHFREQ_64M
|
||||||
bool "64 MHz"
|
bool "64 MHz"
|
||||||
depends on SOC_MEMSPI_SRC_FREQ_64M_SUPPORTED
|
depends on SOC_MEMSPI_SRC_FREQ_64M_SUPPORTED
|
||||||
|
Reference in New Issue
Block a user