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:
parent
d074d07062
commit
c47d573175
2 changed files with 5 additions and 0 deletions
|
@ -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
|
|
@ -0,0 +1,2 @@
|
|||
CONFIG_DMA_LOOP_TRANSFER_DRV_NAME="DMA_1"
|
||||
CONFIG_DMA_LOOP_TRANSFER_CHANNEL_NR=1
|
Loading…
Add table
Add a link
Reference in a new issue