zephyr/samples/sensor/die_temp_polling/socs/esp32c3_usb.overlay
Raffael Rostagno 8048a6ab67 samples: esp32c3: Add USB variant
Add USB variant config files for esp32c3 boards.

Signed-off-by: Raffael Rostagno <raffael.rostagno@espressif.com>
2025-01-10 18:57:07 +01:00

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