drivers: sensor: STM32 die temperature driver

STM32 internal temperature sensor driver.
This sensor can be used to measure the temperature of the CPU
and its surroundings.

Signed-off-by: Eug Krashtan <eug.krashtan@gmail.com>
This commit is contained in:
Eug Krashtan 2021-04-29 18:49:04 +03:00 committed by Kumar Gala
commit 05d798e3a9
7 changed files with 207 additions and 0 deletions

View file

@ -186,6 +186,8 @@ source "drivers/sensor/si7060/Kconfig"
source "drivers/sensor/sm351lt/Kconfig"
source "drivers/sensor/stm32_temp/Kconfig"
source "drivers/sensor/stts751/Kconfig"
source "drivers/sensor/sx9500/Kconfig"