Merge branch 'feature/support_octal_flash_120m_str_mode_on_esp32s3' into 'master'

mspi: support octal flash 120MHz STR mode on esp32s3

Closes IDF-3146

See merge request espressif/esp-idf!14668
This commit is contained in:
Armando (Dou Yiwen)
2021-08-20 08:40:02 +00:00
6 changed files with 81 additions and 28 deletions

View File

@@ -139,7 +139,7 @@ static void print_flash_info(const esp_image_header_t *bootloader_hdr)
str = "20MHz";
break;
}
ESP_LOGI(TAG, "SPI Speed : %s", str);
ESP_LOGI(TAG, "Boot SPI Speed : %s", str);
/* SPI mode could have been set to QIO during boot already,
so test the SPI registers not the flash header */