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
192 B
Plaintext
12 lines
192 B
Plaintext
/*
|
|
* Copyright (c) 2023, Hiroki Tada
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*
|
|
* Application overlay for creating temperature sensor device instance
|
|
*/
|
|
|
|
&coretemp {
|
|
status = "okay";
|
|
};
|