Skip to content

Commit 264bb55

Browse files
tests: dma: add silabs boards conf files
Added sltb010a,slwrb4180a,xg24_dk2601b and xg27_dk2602a boards files to run chan_blen_transfer, loop_transfer and scatter_gather tests. Signed-off-by: Martin Hoff <[email protected]>
1 parent 594a781 commit 264bb55

20 files changed

+185
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/*
2+
* Copyright (c) 2024 Silicon Laboratories, Inc.
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
&dma0 {
8+
status = "okay";
9+
};
10+
11+
tst_dma0: &dma0 { };
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/*
2+
* Copyright (c) 2024 Silicon Laboratories, Inc.
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
&dma0 {
8+
status = "okay";
9+
};
10+
11+
tst_dma0: &dma0 { };
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/*
2+
* Copyright (c) 2024 Silicon Laboratories, Inc.
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
&dma0 {
8+
status = "okay";
9+
};
10+
11+
tst_dma0: &dma0 { };
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/*
2+
* Copyright (c) 2024 Silicon Laboratories, Inc.
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
&dma0 {
8+
status = "okay";
9+
};
10+
11+
tst_dma0: &dma0 { };
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Copyright (c) 2024 Silicon Laboratories, Inc.
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
CONFIG_DMA_LOOP_TRANSFER_CHANNEL_NR=0
5+
CONFIG_DMA_LOOP_TRANSFER_SIZE=2048
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/*
2+
* Copyright (c) 2024 Silicon Laboratories, Inc.
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
&dma0 {
8+
status = "okay";
9+
};
10+
11+
tst_dma0: &dma0 { };
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Copyright (c) 2024 Silicon Laboratories, Inc.
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
CONFIG_DMA_LOOP_TRANSFER_CHANNEL_NR=0
5+
CONFIG_DMA_LOOP_TRANSFER_SIZE=2048
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/*
2+
* Copyright (c) 2024 Silicon Laboratories, Inc.
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
&dma0 {
8+
status = "okay";
9+
};
10+
11+
tst_dma0: &dma0 { };
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Copyright (c) 2024 Silicon Laboratories, Inc.
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
CONFIG_DMA_LOOP_TRANSFER_CHANNEL_NR=0
5+
CONFIG_DMA_LOOP_TRANSFER_SIZE=2048
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/*
2+
* Copyright (c) 2024 Silicon Laboratories, Inc.
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
&dma0 {
8+
status = "okay";
9+
};
10+
11+
tst_dma0: &dma0 { };

0 commit comments

Comments
 (0)