mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-06 21:25:02 +00:00
12 lines
325 B
Plaintext
12 lines
325 B
Plaintext
choice ESPTOOLPY_FLASHFREQ
|
|
prompt "Flash SPI speed"
|
|
default ESPTOOLPY_FLASHFREQ_32M if IDF_ENV_FPGA
|
|
default ESPTOOLPY_FLASHFREQ_48M
|
|
config ESPTOOLPY_FLASHFREQ_48M
|
|
bool "48 MHz"
|
|
config ESPTOOLPY_FLASHFREQ_32M
|
|
bool "32 MHz"
|
|
config ESPTOOLPY_FLASHFREQ_24M
|
|
bool "24 MHz"
|
|
endchoice
|