refactor(spi_flash): Refactor the flash frequency config file

This commit is contained in:
C.S.M
2024-09-10 14:44:47 +08:00
parent ef221d007a
commit 44ff115557
19 changed files with 156 additions and 73 deletions

View File

@@ -0,0 +1,10 @@
choice ESPTOOLPY_FLASHFREQ
prompt "Flash SPI speed"
default ESPTOOLPY_FLASHFREQ_80M
config ESPTOOLPY_FLASHFREQ_80M
bool "80 MHz"
config ESPTOOLPY_FLASHFREQ_40M
bool "40 MHz"
config ESPTOOLPY_FLASHFREQ_20M
bool "20 MHz"
endchoice