tests: drivers: dma testing on the stm32f103 nucleo board

This adds the configuration to pass the testcases
dma/loop_transfer and the dma/chan_blen_transfer
on the nucleo_f103rb board.

Signed-off-by: Francois Ramu <francois.ramu@st.com>
This commit is contained in:
Francois Ramu 2021-07-26 10:53:06 +02:00 committed by Christopher Friedt
commit c47d573175
2 changed files with 5 additions and 0 deletions

View file

@ -0,0 +1,3 @@
CONFIG_DMA_TRANSFER_DRV_NAME="DMA_1"
CONFIG_DMA_TRANSFER_CHANNEL_NR_0=1
CONFIG_DMA_TRANSFER_CHANNEL_NR_1=2

View file

@ -0,0 +1,2 @@
CONFIG_DMA_LOOP_TRANSFER_DRV_NAME="DMA_1"
CONFIG_DMA_LOOP_TRANSFER_CHANNEL_NR=1