feat(sdmmc): add support for PSRAM DMA on ESP32-P4

This commit is contained in:
Ivan Grokhotkov
2024-04-04 17:04:01 +02:00
parent e0cb43b9ab
commit 49b4bc175e
9 changed files with 101 additions and 44 deletions

View File

@@ -5,6 +5,8 @@ set(priv_requires
sdmmc_tests
# general
unity
# for PSRAM tests
esp_psram
)
idf_component_register(SRCS ${srcs}

View File

@@ -0,0 +1,5 @@
CONFIG_SDMMC_BOARD_ESP32P4_EV_BOARD=y
CONFIG_SPIRAM=y
CONFIG_IDF_EXPERIMENTAL_FEATURES=y
CONFIG_SPIRAM_SPEED_200M=y