Skip to content

Commit 2c53fd7

Browse files
mathieuchopstmkartben
authored andcommitted
tests: dma: loop_transfer: add overlay for Nucleo-WB07CC
Add an overlay to the test so that proper DMA behavior can be verified on STM32WB07 SoC. Signed-off-by: Mathieu Choplain <[email protected]>
1 parent 4500843 commit 2c53fd7

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CONFIG_DMA_LOOP_TRANSFER_CHANNEL_NR=7
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
/*
2+
* Copyright (c) 2025 STMicroelectronics
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
&dma1 {
7+
status = "okay";
8+
};
9+
10+
tst_dma0: &dmamux1 {
11+
status = "okay";
12+
};

0 commit comments

Comments
 (0)