Skip to content

Commit

Permalink
tests: drivers: dma: add esp32s3 support
Browse files Browse the repository at this point in the history
Add esp32s3 overlays for dma tests.

Signed-off-by: Lucas Tamborrino <[email protected]>
  • Loading branch information
LucasTambor committed May 9, 2023
1 parent aff947c commit 4ecb7b2
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
CONFIG_DMA_TRANSFER_CHANNEL_NR_0=5
CONFIG_DMA_TRANSFER_CHANNEL_NR_1=0
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
/*
* Copyright (c) 2023 Espressif Systems (Shanghai) Co., Ltd.
*
* SPDX-License-Identifier: Apache-2.0
*/

&dma {
status = "okay";
};

test_dma0: &dma { };
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CONFIG_DMA_LOOP_TRANSFER_CHANNEL_NR=4
11 changes: 11 additions & 0 deletions tests/drivers/dma/loop_transfer/boards/esp32s3_devkitm.overlay
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
/*
* Copyright (c) 2023 Espressif Systems (Shanghai) Co., Ltd.
*
* SPDX-License-Identifier: Apache-2.0
*/

&dma {
status = "okay";
};

test_dma0: &dma { };

0 comments on commit 4ecb7b2

Please sign in to comment.