tests: drivers: dma: Add transfer size config
Set transfer size config to the max dma buffer size for espressif boards. Signed-off-by: Lucas Tamborrino <lucas.tamborrino@espressif.com>
This commit is contained in:
parent
676f3fa5bf
commit
4090b50d2e
2 changed files with 2 additions and 1 deletions
|
@ -1,2 +1,2 @@
|
||||||
CONFIG_HEAP_MEM_POOL_SIZE=32768
|
|
||||||
CONFIG_DMA_LOOP_TRANSFER_CHANNEL_NR=0
|
CONFIG_DMA_LOOP_TRANSFER_CHANNEL_NR=0
|
||||||
|
CONFIG_DMA_LOOP_TRANSFER_SIZE=4094
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
CONFIG_DMA_LOOP_TRANSFER_CHANNEL_NR=4
|
CONFIG_DMA_LOOP_TRANSFER_CHANNEL_NR=4
|
||||||
|
CONFIG_DMA_LOOP_TRANSFER_SIZE=4094
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue