Skip to content

Commit cb1b231

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

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
CONFIG_DMA_TRANSFER_DRV_NAME="DMAMUX_1"
2+
CONFIG_DMA_TRANSFER_CHANNEL_NR_0=6
3+
CONFIG_DMA_TRANSFER_CHANNEL_NR_1=10
4+
CONFIG_NOCACHE_MEMORY=y
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)