esp-idf/components/esp_system/port/esp32/component.mk
morris a3cc43485f async memcpy: support async memcopy on esp32s2/s3
Added async memory copy API:
on esp32-s2, the implementation is based on CP_DMA
on esp32-s3, the implementation is based on GDMA
2020-09-16 21:30:54 +08:00

3 lines
91 B
Makefile

COMPONENT_SRCDIRS += port port/esp32
COMPONENT_OBJEXCLUDE += port/async_memcpy_impl_gdma.o