samples: sensors: espressif board added to die_temp_polling
Added board overlay file to permit internal temperature sensor testing: - esp32s3_devkitm Signed-off-by: Marcio Ribeiro <marcio.ribeiro@espressif.com>
This commit is contained in:
parent
76c4187bb0
commit
a8c8b46e23
1 changed files with 11 additions and 0 deletions
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
* 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";
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue