esp-idf/components/esp_psram
Armando 2369fa4d66 mspi_tuning: fix psram timing tuning bug
Prior to this commit, when calling:
- spi_timing_enter_mspi_low_speed_mode()
- spi_timing_enter_mspi_high_speed_mode()

psram timing is not tuned. This will lead to a stall during early
startup. This bug is on S3, for 80MHz DDR PSRAM

This commit will add psram timing tuning, in these two functions.
2022-12-15 17:04:23 +08:00
..
esp32
esp32s2
esp32s3
include
test_apps/psram mspi_tuning: fix psram timing tuning bug 2022-12-15 17:04:23 +08:00
.build-test-rules.yml
CMakeLists.txt
Kconfig
Kconfig.spiram.common
esp_psram.c
esp_psram_impl.h
ext_mem_layout.c
ext_mem_layout.h
linker.lf
mmu.c
mmu.h
mmu_psram_flash.c
project_include.cmake
sdkconfig.rename.esp32s2
sdkconfig.rename.esp32s3