Added board overlay file to permit internal temperature sensor testing:
- esp32s3_devkitm
Signed-off-by: Marcio Ribeiro <marcio.ribeiro@espressif.com>
12 lines
218 B
Plaintext
12 lines
218 B
Plaintext
/*
|
|
* Copyright (c) 2023 Espressif Systems (Shanghai) Co., Ltd.
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*
|
|
* Application overlay for enabling temperature sensor device instance
|
|
*/
|
|
|
|
&coretemp {
|
|
status = "okay";
|
|
};
|