tests: drivers: dma: enable tests on nucleo_f070rb

This patch enables the DMA chan_blen_transfer and loop_transfer tests on
the nucleo_f070rb board.

Signed-off-by: Simon Guinot <simon.guinot@seagate.com>
This commit is contained in:
Simon Guinot 2021-05-20 11:36:21 +02:00 committed by Kumar Gala
parent 1945f70eee
commit 54d3f136ec
5 changed files with 24 additions and 0 deletions

View file

@ -12,6 +12,7 @@ supported:
- arduino_gpio
- arduino_i2c
- arduino_spi
- dma
- gpio
- i2c
- spi

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,9 @@
/*
* Copyright (c) 2021 Seagate Technology LLC
*
* SPDX-License-Identifier: Apache-2.0
*/
&dma1 {
status = "okay";
};

View file

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

View file

@ -0,0 +1,9 @@
/*
* Copyright (c) 2021 Seagate Technology LLC
*
* SPDX-License-Identifier: Apache-2.0
*/
&dma1 {
status = "okay";
};