mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 12:35:28 +00:00
17 lines
510 B
Plaintext
17 lines
510 B
Plaintext
choice ESPTOOLPY_FLASHFREQ
|
|
prompt "Flash SPI speed"
|
|
default ESPTOOLPY_FLASHFREQ_40M if ESP32P4_REV_MIN_0
|
|
default ESPTOOLPY_FLASHFREQ_80M
|
|
config ESPTOOLPY_FLASHFREQ_120M
|
|
bool "120 MHz"
|
|
depends on IDF_EXPERIMENTAL_FEATURES
|
|
depends on !ESP32P4_REV_MIN_0
|
|
config ESPTOOLPY_FLASHFREQ_80M
|
|
bool "80 MHz"
|
|
depends on !ESP32P4_REV_MIN_0
|
|
config ESPTOOLPY_FLASHFREQ_40M
|
|
bool "40 MHz"
|
|
config ESPTOOLPY_FLASHFREQ_20M
|
|
bool "20 MHz"
|
|
endchoice
|