Skip to content

Commit

Permalink
samples: die_temp_polling: Add esp32c6_devkitc overlay
Browse files Browse the repository at this point in the history
Add overlay for the esp32c6_devkitc board to die_temp_polling sample.

Signed-off-by: Andrew Featherstone <andrew.featherstone@gmail.com>
  • Loading branch information
ajf58 committed May 16, 2024
1 parent 52875e4 commit aba7cfa
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions samples/sensor/die_temp_polling/boards/esp32c6_devkitc.overlay
Original file line number Diff line number Diff line change
@@ -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";
};

0 comments on commit aba7cfa

Please sign in to comment.