drivers: sensor: add driver for the nxp kinetis temperature sensor
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>
This commit is contained in:
parent
30e1a7f7c1
commit
fdbb76ff55
5 changed files with 238 additions and 0 deletions
|
@ -149,4 +149,6 @@ source "drivers/sensor/tmp116/Kconfig"
|
|||
|
||||
source "drivers/sensor/vl53l0x/Kconfig"
|
||||
|
||||
source "drivers/sensor/nxp_kinetis_temp/Kconfig"
|
||||
|
||||
endif # SENSOR
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue