forked from espressif/esp-idf
fix(esptool): make 80MHZ Flash SPI speed not supported by v0.0 of P4
This commit is contained in:
@@ -114,7 +114,7 @@ menu "Serial flasher config"
|
||||
|
||||
config ESPTOOLPY_FLASHFREQ_80M
|
||||
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
|
||||
bool "64 MHz"
|
||||
depends on SOC_MEMSPI_SRC_FREQ_64M_SUPPORTED
|
||||
|
Reference in New Issue
Block a user