mirror of
https://github.com/espressif/esp-idf.git
synced 2026-07-23 03:13:01 +03:00
It has been observed that, if external SPIRAM is enabled, then under certain scenarios (e.g. internal memory being too much fragmented), I2S tx/rx descriptors can land in external SPIRAM and hence resulting in failure in DMA. Adding explicit capability to allocate in only DMA capable memory. Signed-off-by: Mahavir Jain <mahavir@espressif.com>