Test files for DMA and UART async. esp32c6_devkitc doc update Signed-off-by: Raffael Rostagno <raffael.rostagno@espressif.com>
11 lines
160 B
Text
11 lines
160 B
Text
/*
|
|
* Copyright (c) 2022 Espressif Systems (Shanghai) Co., Ltd.
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
&dma {
|
|
status = "okay";
|
|
};
|
|
|
|
tst_dma0: &dma { };
|