mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
mspi: support 120MHz Quad Flash and PSRAM on ESP32S3
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user