esp-idf/components/esp_psram/test_apps/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
..
main esp_hw_support: move test to pytest 2022-11-25 16:21:35 +08:00
CMakeLists.txt esp_psram: new psram component 2022-06-14 15:44:27 +08:00
partitions.csv esp_psram: new psram component 2022-06-14 15:44:27 +08:00
pytest_psram.py esp_hw_support: move test to pytest 2022-11-25 16:21:35 +08:00
README.md esp_psram: new psram component 2022-06-14 15:44:27 +08:00
sdkconfig.ci.esp32_hspi esp_hw_support: move test to pytest 2022-11-25 16:21:35 +08:00
sdkconfig.ci.esp32_release esp_psram: new psram component 2022-06-14 15:44:27 +08:00
sdkconfig.ci.esp32_vspi esp_hw_support: move test to pytest 2022-11-25 16:21:35 +08:00
sdkconfig.ci.esp32s2_advanced esp_psram: new psram component 2022-06-14 15:44:27 +08:00
sdkconfig.ci.esp32s2_release esp_psram: new psram component 2022-06-14 15:44:27 +08:00
sdkconfig.ci.esp32s3_octal_advanced mspi_tuning: fix psram timing tuning bug 2022-12-09 17:23:23 +08:00
sdkconfig.ci.esp32s3_octal_release esp_psram: new psram component 2022-06-14 15:44:27 +08:00
sdkconfig.ci.esp32s3_quad_advanced esp_psram: new psram component 2022-06-14 15:44:27 +08:00
sdkconfig.ci.esp32s3_quad_release esp_psram: new psram component 2022-06-14 15:44:27 +08:00
sdkconfig.defaults mmu: driver framework, for vaddr maintenance 2022-08-26 17:59:06 +08:00

Supported Targets ESP32 ESP32-S2 ESP32-S3

This test app is used to test PSRAM