tests: drivers: dma: add esp32s3 support
Add esp32s3 overlays for dma tests. Signed-off-by: Lucas Tamborrino <lucas.tamborrino@espressif.com>
This commit is contained in:
parent
b916440b2e
commit
9431e6195f
4 changed files with 25 additions and 0 deletions
|
@ -0,0 +1,2 @@
|
|||
CONFIG_DMA_TRANSFER_CHANNEL_NR_0=5
|
||||
CONFIG_DMA_TRANSFER_CHANNEL_NR_1=0
|
|
@ -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,0 +1 @@
|
|||
CONFIG_DMA_LOOP_TRANSFER_CHANNEL_NR=4
|
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
* Copyright (c) 2023 Espressif Systems (Shanghai) Co., Ltd.
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
&dma {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
test_dma0: &dma { };
|
Loading…
Add table
Add a link
Reference in a new issue