tests: dma: add esp32c3
Add esp32c3 support to DMA tests Signed-off-by: Lucas Tamborrino <lucas.tamborrino@espressif.com>
This commit is contained in:
parent
17fbdc55b5
commit
e919123fd6
5 changed files with 28 additions and 0 deletions
|
@ -10,6 +10,7 @@ supported:
|
||||||
- i2c
|
- i2c
|
||||||
- watchdog
|
- watchdog
|
||||||
- uart
|
- uart
|
||||||
|
- dma
|
||||||
testing:
|
testing:
|
||||||
ignore_tags:
|
ignore_tags:
|
||||||
- net
|
- net
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
CONFIG_DMA_TRANSFER_CHANNEL_NR_0=5
|
||||||
|
CONFIG_DMA_TRANSFER_CHANNEL_NR_1=0
|
||||||
|
CONFIG_HEAP_MEM_POOL_SIZE=32768
|
|
@ -0,0 +1,11 @@
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2022 Espressif Systems (Shanghai) Co., Ltd.
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*/
|
||||||
|
|
||||||
|
&dma {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
|
test_dma: &dma { };
|
|
@ -0,0 +1,2 @@
|
||||||
|
CONFIG_HEAP_MEM_POOL_SIZE=32768
|
||||||
|
CONFIG_DMA_LOOP_TRANSFER_CHANNEL_NR=0
|
|
@ -0,0 +1,11 @@
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2022 Espressif Systems (Shanghai) Co., Ltd.
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*/
|
||||||
|
|
||||||
|
&dma {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
|
test_dma: &dma { };
|
Loading…
Add table
Add a link
Reference in a new issue