samples: esp32c3: Move config files from boards to socs
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>
This commit is contained in:
parent
708783a93e
commit
a205fe9155
56 changed files with 4 additions and 366 deletions
|
@ -1,2 +0,0 @@
|
|||
CONFIG_DMA_LOOP_TRANSFER_CHANNEL_NR=0
|
||||
CONFIG_DMA_LOOP_TRANSFER_SIZE=4094
|
|
@ -1,11 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2022 Espressif Systems (Shanghai) Co., Ltd.
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
&dma {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
tst_dma0: &dma { };
|
|
@ -1,2 +0,0 @@
|
|||
CONFIG_DMA_LOOP_TRANSFER_CHANNEL_NR=0
|
||||
CONFIG_DMA_LOOP_TRANSFER_SIZE=4094
|
|
@ -1,11 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2022 Espressif Systems (Shanghai) Co., Ltd.
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
&dma {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
tst_dma0: &dma { };
|
|
@ -1,2 +0,0 @@
|
|||
CONFIG_DMA_LOOP_TRANSFER_CHANNEL_NR=0
|
||||
CONFIG_DMA_LOOP_TRANSFER_SIZE=4094
|
|
@ -1,11 +0,0 @@
|
|||
/*
|
||||
* 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