mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
fix(esptool): make 80MHZ Flash SPI speed not supported by v0.0 of P4
This commit is contained in:
parent
1c351e5194
commit
4607cff1f9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user