Skip to content

Commit 4ecb7b2

Browse files
committed
tests: drivers: dma: add esp32s3 support
Add esp32s3 overlays for dma tests. Signed-off-by: Lucas Tamborrino <[email protected]>
1 parent aff947c commit 4ecb7b2

File tree

4 files changed

+25
-0
lines changed

4 files changed

+25
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
CONFIG_DMA_TRANSFER_CHANNEL_NR_0=5
2+
CONFIG_DMA_TRANSFER_CHANNEL_NR_1=0
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/*
2+
* Copyright (c) 2023 Espressif Systems (Shanghai) Co., Ltd.
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
&dma {
8+
status = "okay";
9+
};
10+
11+
test_dma0: &dma { };
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CONFIG_DMA_LOOP_TRANSFER_CHANNEL_NR=4
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/*
2+
* Copyright (c) 2023 Espressif Systems (Shanghai) Co., Ltd.
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
&dma {
8+
status = "okay";
9+
};
10+
11+
test_dma0: &dma { };

0 commit comments

Comments
 (0)