samples: sensor: add esp32c6 board to die_temp_polling
Add board overlay to test internal temperature sensor with esp32c6. Signed-off-by: Patrick Harböck <patrick.harboeck@tngtech.com>
This commit is contained in:
parent
a67eefd43e
commit
a7432a1e64
@ -0,0 +1,11 @@
|
||||
/*
|
||||
* Copyright (c) 2025 Patrick Harböck
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Application overlay for enabling temperature sensor device instance
|
||||
*/
|
||||
|
||||
&coretemp {
|
||||
status = "okay";
|
||||
};
|
||||
Loading…
Reference in New Issue
Block a user