mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-23 17:17:14 +00:00
feat(mbedtls/esp_crypto_shared_gdma): support AXI-DMA in the crypto shared gdma layer
- In case of AXI-DMA, the DMA descriptors need to be 8 bytes aligned lldesc_t do not satify this condition thus we need to replace it with dma_descriptor_t (align(4) and align(8)) in esp_crypto_shared_gdma. - Added new shared gdma start API that supports the dma_descriptor_t DMA descriptor. - Added some generic dma descriptor macros and helper functions - replace lldesc_t with dma_descriptor_t
This commit is contained in:
@@ -112,8 +112,6 @@ static void tskRunAES256Test(void *pvParameters)
|
||||
|
||||
}
|
||||
|
||||
#include "esp_crypto_shared_gdma.h"
|
||||
|
||||
#define TASK_STACK_SIZE (20*1024)
|
||||
|
||||
TEST_CASE("mbedtls AES/SHA multithreading", "[mbedtls]")
|
||||
|
Reference in New Issue
Block a user