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:
Patrick Harböck 2025-03-16 18:46:35 +01:00 committed by Benjamin Cabé
parent a67eefd43e
commit a7432a1e64

View File

@ -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";
};