Files
esp-idf/tools/ci
harshal.patil 83dd60307f 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
2024-03-13 15:22:06 +05:30
..
2022-07-22 21:15:01 +02:00
2024-01-10 15:37:34 +01:00
2023-11-14 15:31:30 +01:00
2022-07-22 21:15:01 +02:00
2022-07-22 21:15:01 +02:00
2024-01-29 13:52:39 +01:00
2024-01-29 13:52:39 +01:00