Skip to content

Commit

Permalink
feat(async_memcpy): support rx buffer unaligned to cache line size
Browse files Browse the repository at this point in the history
  • Loading branch information
suda-morris committed Jan 24, 2025
1 parent 8bb6f76 commit 0c7fef8
Show file tree
Hide file tree
Showing 6 changed files with 353 additions and 419 deletions.
327 changes: 142 additions & 185 deletions components/esp_hw_support/dma/async_memcpy_gdma.c

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions components/esp_hw_support/dma/esp_async_memcpy_priv.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
#include "esp_async_memcpy.h"
#include "soc/soc_caps.h"

#define ALIGN_DOWN(val, align) ((val) & ~((align) - 1))

#define DEFAULT_TRANSACTION_QUEUE_LENGTH 4

#ifdef __cplusplus
Expand Down
Loading

0 comments on commit 0c7fef8

Please sign in to comment.