mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-05 04:49:21 +00:00
fix(mspi): fixed cpu and mspi freq mismatch issue when in dfs/sleep on p4
This commit is contained in:
@@ -10,3 +10,10 @@ choice ESPTOOLPY_FLASHFREQ
|
||||
config ESPTOOLPY_FLASHFREQ_20M
|
||||
bool "20 MHz"
|
||||
endchoice
|
||||
|
||||
config ESPTOOLPY_FLASHFREQ_VAL
|
||||
int
|
||||
default 20 if ESPTOOLPY_FLASHFREQ_20M
|
||||
default 40 if ESPTOOLPY_FLASHFREQ_40M
|
||||
default 80 if ESPTOOLPY_FLASHFREQ_80M
|
||||
default 120 if ESPTOOLPY_FLASHFREQ_120M
|
||||
|
Reference in New Issue
Block a user