tests: drivers: dma: add esp32c3_luatos_core
add overlay and conf for esp32c3_luatos_core board Signed-off-by: YuLong Yao <feilongphone@gmail.com>
This commit is contained in:
parent
8283e639a1
commit
bd7db23a0a
4 changed files with 26 additions and 0 deletions
|
@ -0,0 +1,2 @@
|
||||||
|
CONFIG_DMA_LOOP_TRANSFER_CHANNEL_NR=0
|
||||||
|
CONFIG_DMA_LOOP_TRANSFER_SIZE=4094
|
|
@ -0,0 +1,11 @@
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2022 Espressif Systems (Shanghai) Co., Ltd.
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*/
|
||||||
|
|
||||||
|
&dma {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
|
test_dma0: &dma { };
|
|
@ -0,0 +1,2 @@
|
||||||
|
CONFIG_DMA_LOOP_TRANSFER_CHANNEL_NR=0
|
||||||
|
CONFIG_DMA_LOOP_TRANSFER_SIZE=4094
|
|
@ -0,0 +1,11 @@
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2022 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