esp-idf/components/esp_driver_sdmmc/test_apps/sdmmc
Ivan Grokhotkov 6ed7e93676
fix(sdmmc): fix invalid data when reading/writing PSRAM buffers
Previous commit has enabled buffers in PSRAM for ESP32-P4. But this
also caused a regression for ESP32-S3, where PSRAM is not DMA capable.
This commit re-introduces the check for esp_ptr_external_ram in case
SOC_SDMMC_PSRAM_DMA_CAPABLE is not set.
2024-06-05 13:12:03 +02:00
..
components/sdmmc_tests fix(sdmmc): fix invalid data when reading/writing PSRAM buffers 2024-06-05 13:12:03 +02:00
main ci(sdmmc): clean up stdout to avoid false positive memory leaks 2024-04-17 12:49:22 +02:00
CMakeLists.txt refactor(sdspi): added component pytest cases and enabled them on CI 2023-11-29 12:13:03 +08:00
pytest_sdmmc.py ci(sdmmc): enable tests for ESP32-P4 2024-05-24 15:05:35 +02:00
README.md refactor(sdspi): added component pytest cases and enabled them on CI 2023-11-29 12:13:03 +08:00
sdkconfig.defaults refactor(sdmmc): added component pytest cases and enabled them on CI 2023-11-29 12:13:03 +08:00
sdkconfig.defaults.esp32p4 feat(sdmmc): add support for PSRAM DMA on ESP32-P4 2024-04-12 12:56:18 +02:00

Supported Targets ESP32 ESP32-P4 ESP32-S3