mirror of
https://github.com/espressif/esp-idf.git
synced 2025-12-01 06:39:27 +01:00
Added async memory copy API: on esp32-s2, the implementation is based on CP_DMA on esp32-s3, the implementation is based on GDMA
3 lines
91 B
Makefile
3 lines
91 B
Makefile
COMPONENT_SRCDIRS += port port/esp32
|
|
COMPONENT_OBJEXCLUDE += port/async_memcpy_impl_gdma.o
|