Skip to content

Commit 703d396

Browse files
shlomowcarlescufi
authored andcommitted
tests: dma: add stm32h7 to loop_transfer
Add nucleo h743zi board to loop_transfer test. Signed-off-by: Shlomi Vaknin <[email protected]>
1 parent cb1b231 commit 703d396

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
CONFIG_NOCACHE_MEMORY=y
2+
CONFIG_DMA_LOOP_TRANSFER_DRV_NAME="DMAMUX_1"
3+
CONFIG_DMA_LOOP_TRANSFER_CHANNEL_NR=11
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
/*
2+
* SPDX-License-Identifier: Apache-2.0
3+
*/
4+
5+
&dma1 {
6+
status = "okay";
7+
};
8+
9+
&dma2 {
10+
status = "okay";
11+
};
12+
13+
&dmamux1 {
14+
status = "okay";
15+
};

0 commit comments

Comments
 (0)