tests/drivers: dma: sets DMA config in loop_transfer on stm32f3_disco
This commit sets the below configuration when tests/drivers/dma/loop_transfer is executed on stm32f3_disco platform. CONFIG_DMA_LOOP_TRANSFER_DRV_NAME="DMA_1" CONFIG_DMA_LOOP_TRANSFER_CHANNEL_NR=4 Signed-off-by: Krishna Mohan Dani <krishnamohan.d@hcl.com>
This commit is contained in:
parent
9610bc95ef
commit
a63bee82fd
1 changed files with 2 additions and 0 deletions
|
@ -0,0 +1,2 @@
|
|||
CONFIG_DMA_LOOP_TRANSFER_DRV_NAME="DMA_1"
|
||||
CONFIG_DMA_LOOP_TRANSFER_CHANNEL_NR=4
|
Loading…
Add table
Add a link
Reference in a new issue