Move samples config files from 'boards' to 'socs' in order to remove multiple files with the same configuration and render available samples for new boards. Only changed sample files which are not board or hardware specific. Signed-off-by: Raffael Rostagno <raffael.rostagno@espressif.com>
12 lines
160 B
Plaintext
12 lines
160 B
Plaintext
/*
|
|
* Copyright (c) 2024 Espressif Systems (Shanghai) Co., Ltd.
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
&dma {
|
|
status = "okay";
|
|
};
|
|
|
|
tst_dma0: &dma { };
|