mspi: support 120MHz Quad Flash and PSRAM on ESP32S3

This commit is contained in:
Armando
2021-08-13 11:30:54 +08:00
parent 0583bda9c7
commit a3dc625da6
15 changed files with 525 additions and 356 deletions

View File

@@ -373,6 +373,9 @@ void IRAM_ATTR call_start_cpu0(void)
abort();
}
esp_opiflash_init();
#endif
#if CONFIG_IDF_TARGET_ESP32S3
//On other chips, this feature is not provided by HW, or hasn't been tested yet.
spi_timing_flash_tuning();
#endif