esp-idf/components/esp32s2/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 NVS: using esp_partition API 2020-09-14 10:34:34 +08:00
component.mk
digital_signature_test_cases.h
gen_digital_signature_tests.py
test_ds.c esp_rom: extract common efuse apis into esp_rom_efuse.h 2020-07-15 10:40:50 +08:00
test_hmac.c esp_rom: extract common efuse apis into esp_rom_efuse.h 2020-07-15 10:40:50 +08:00
test_intr_alloc.c esp_rom: extract common ets apis into esp_rom_sys.h 2020-07-27 15:27:01 +08:00
test_random.c
test_sha.c
test_spiram_cache_flush.c
test_stack_check.c
test_stack_check_cxx.cpp