Skip to content

Commit 0c7fef8

Browse files
committed
feat(async_memcpy): support rx buffer unaligned to cache line size
1 parent 8bb6f76 commit 0c7fef8

File tree

6 files changed

+353
-419
lines changed

6 files changed

+353
-419
lines changed

Diff for: components/esp_hw_support/dma/async_memcpy_gdma.c

+142-185
Large diffs are not rendered by default.

Diff for: components/esp_hw_support/dma/esp_async_memcpy_priv.h

-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
#include "esp_async_memcpy.h"
1414
#include "soc/soc_caps.h"
1515

16-
#define ALIGN_DOWN(val, align) ((val) & ~((align) - 1))
17-
1816
#define DEFAULT_TRANSACTION_QUEUE_LENGTH 4
1917

2018
#ifdef __cplusplus

0 commit comments

Comments
 (0)