esp-idf/components/esp_psram
Armando 25114b716e 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-09 17:23:23 +08:00
..
esp32 esp_hw_support: Removes efuse dependency 2022-11-25 19:27:33 +08:00
esp32s2 esp_psram: update esp_psram s2/s3 Kconfig description 2022-12-05 15:07:29 +00:00
esp32s3 esp_psram: update esp_psram s2/s3 Kconfig description 2022-12-05 15:07:29 +00:00
include mmu: driver framework, for vaddr maintenance 2022-08-26 17:59:06 +08:00
test_apps/psram mspi_tuning: fix psram timing tuning bug 2022-12-09 17:23:23 +08:00
.build-test-rules.yml feat: use standalone project idf-build-apps for find/build apps utils 2022-07-14 08:26:31 +08:00
CMakeLists.txt esp_hw_support: Removes efuse dependency 2022-11-25 19:27:33 +08:00
esp_psram_impl.h esp_psram: return error when fail to detect oct psram 2022-11-17 13:46:44 +08:00
esp_psram.c mmu: driver framework, for vaddr maintenance 2022-08-26 17:59:06 +08:00
ext_mem_layout.c mmu: driver framework, for vaddr maintenance 2022-08-26 17:59:06 +08:00
ext_mem_layout.h mmu: driver framework, for vaddr maintenance 2022-08-26 17:59:06 +08:00
Kconfig esp_psram: new psram component 2022-06-14 15:44:27 +08:00
Kconfig.spiram.common esp_psram: new psram component 2022-06-14 15:44:27 +08:00
linker.lf esp_psram: rename esp_private/mmu.h to mmu_psram_flash.h 2022-08-25 20:35:20 +08:00
mmu_psram_flash.c esp_psram: rename esp_private/mmu.h to mmu_psram_flash.h 2022-08-25 20:35:20 +08:00
mmu.c mmu: driver framework, for vaddr maintenance 2022-08-26 17:59:06 +08:00
mmu.h mmu: driver framework, for vaddr maintenance 2022-08-26 17:59:06 +08:00
project_include.cmake esp_psram: new psram component 2022-06-14 15:44:27 +08:00
sdkconfig.rename.esp32s2 psram: remove CS/CLK pin settings in kconfig on ESP32S2/S3 2022-11-11 16:40:46 +08:00
sdkconfig.rename.esp32s3 psram: remove CS/CLK pin settings in kconfig on ESP32S2/S3 2022-11-11 16:40:46 +08:00