mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-28 22:55:59 +00:00
Add sensor driver for the internal temperature sensor present in the NXP Kinetis SoC series. The driver allows reading the die temperature and the voltage of the external voltage reference used for calculating the temperature. Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
6 lines
122 B
CMake
6 lines
122 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
zephyr_library()
|
|
|
|
zephyr_library_sources_ifdef(CONFIG_TEMP_KINETIS temp_kinetis.c)
|