tests: dma: add esp32c3

Add esp32c3 support to DMA tests

Signed-off-by: Lucas Tamborrino <lucas.tamborrino@espressif.com>
This commit is contained in:
Lucas Tamborrino 2022-11-24 10:43:02 -03:00 committed by Carles Cufí
commit e919123fd6
5 changed files with 28 additions and 0 deletions

View file

@ -10,6 +10,7 @@ supported:
- i2c
- watchdog
- uart
- dma
testing:
ignore_tags:
- net

View file

@ -0,0 +1,3 @@
CONFIG_DMA_TRANSFER_CHANNEL_NR_0=5
CONFIG_DMA_TRANSFER_CHANNEL_NR_1=0
CONFIG_HEAP_MEM_POOL_SIZE=32768

View file

@ -0,0 +1,11 @@
/*
* Copyright (c) 2022 Espressif Systems (Shanghai) Co., Ltd.
*
* SPDX-License-Identifier: Apache-2.0
*/
&dma {
status = "okay";
};
test_dma: &dma { };

View file

@ -0,0 +1,2 @@
CONFIG_HEAP_MEM_POOL_SIZE=32768
CONFIG_DMA_LOOP_TRANSFER_CHANNEL_NR=0

View file

@ -0,0 +1,11 @@
/*
* Copyright (c) 2022 Espressif Systems (Shanghai) Co., Ltd.
*
* SPDX-License-Identifier: Apache-2.0
*/
&dma {
status = "okay";
};
test_dma: &dma { };