mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
a52ab8ca87
The MISO signal will be delayed if the GPIO matrix is enabled. However, delay also comes from the slave. Previous code only considers the former case, and assume the frequency limitations is only violated when GPIO matrix is used. Now we are able to calculate the freq limit when extenal MISO delay is given (feature introduced in 9c6c6ec34ab0641ace89aeb9b1a133eb6fae1a18). The frequency limit is lower when the external MISO delay is large, and the limit is likely to be violated even with IOMUX. Resolves https://github.com/espressif/esp-idf/issues/2690.