Skip to content

Commit 31fea97

Browse files
mathieuchopstmaescolar
authored andcommitted
tests: dma: loop_transfer: add overlay for Nucleo-WB09KE
Add an overlay to the test so that it can run on STM32WB0 series hardware. Signed-off-by: Mathieu Choplain <[email protected]>
1 parent 35835f8 commit 31fea97

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) 2024 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)