boards: esp32c6_devkitc: Test files for DMA and UART async, doc update
Test files for DMA and UART async. esp32c6_devkitc doc update Signed-off-by: Raffael Rostagno <raffael.rostagno@espressif.com>
This commit is contained in:
parent
f4802dd7bd
commit
fbd651e799
6 changed files with 49 additions and 0 deletions
|
@ -0,0 +1,2 @@
|
|||
CONFIG_DMA_LOOP_TRANSFER_CHANNEL_NR=4
|
||||
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";
|
||||
};
|
||||
|
||||
tst_dma0: &dma { };
|
Loading…
Add table
Add a link
Reference in a new issue