esp-idf/components/esp_system/test
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
..
CMakeLists.txt esp32: move sleep test to esp_system 2020-08-17 19:09:24 +08:00
component.mk esp32: move sleep test to esp_system 2020-08-17 19:09:24 +08:00
test_async_memcpy.c async memcpy: support async memcopy on esp32s2/s3 2020-09-16 21:30:54 +08:00
test_sleep.c esp_system: Disable UTs for ESP32-S2 linked to sleep mode 2020-09-01 17:10:28 +08:00