Skip to content

Commit 4500843

Browse files
mathieuchopstmkartben
authored andcommitted
tests: dma: chan_blen_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 3f25a14 commit 4500843

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Use lowest- and highest-numbered channels to make sure the whole range works
2+
CONFIG_DMA_TRANSFER_CHANNEL_NR_0=0
3+
CONFIG_DMA_TRANSFER_CHANNEL_NR_1=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)