zephyr/drivers/sensor
Armando Visconti 87d6c50e47 sensors: Add separation between ambient and die temperature
Some device include a temperature sensor, usually used as a
companion for helping in drift compensation, that measure the
die temperature. This temperature IS NOT related to the the
ambient temperature, hence a clean separation between the two
is required.

This commit introduces a clean separation between the two
types of temperature leaving the old deprecated definition
still there.

The list of current drivers that read the die (and not the ambient)
temperature is the following:

 - adxl362
 - bma280
 - bmg160
 - bmi160
 - fxos8700
 - lis3mdl
 - lsm6ds0
 - lsm6dsl
 - lsm9ds0
 - mpu6050

Signed-off-by: Armando Visconti <armando.visconti@st.com>
2018-04-03 22:29:11 -04:00
..
adxl362 sensors: Add separation between ambient and die temperature 2018-04-03 22:29:11 -04:00
ak8975
amg88xx sensors: Add separation between ambient and die temperature 2018-04-03 22:29:11 -04:00
apds9960
bma280 sensors: Add separation between ambient and die temperature 2018-04-03 22:29:11 -04:00
bmc150_magn
bme280 sensors: Add separation between ambient and die temperature 2018-04-03 22:29:11 -04:00
bmg160 sensors: Add separation between ambient and die temperature 2018-04-03 22:29:11 -04:00
bmi160 sensors: Add separation between ambient and die temperature 2018-04-03 22:29:11 -04:00
bmm150
ccs811 drivers: sensor: ccs811: Fix value conversion 2018-03-05 13:23:38 -06:00
dht sensors: Add separation between ambient and die temperature 2018-04-03 22:29:11 -04:00
fxas21002
fxos8700 sensors: Add separation between ambient and die temperature 2018-04-03 22:29:11 -04:00
hdc1008 sensors: Add separation between ambient and die temperature 2018-04-03 22:29:11 -04:00
hmc5883l
hp206c sensors: Add separation between ambient and die temperature 2018-04-03 22:29:11 -04:00
hts221 sensors: Add separation between ambient and die temperature 2018-04-03 22:29:11 -04:00
isl29035
lis2dh
lis3dh sensors: lis3dh: Fix i2c burst read 2018-03-28 10:42:34 -04:00
lis3mdl sensors: Add separation between ambient and die temperature 2018-04-03 22:29:11 -04:00
lps22hb sensors: Add separation between ambient and die temperature 2018-04-03 22:29:11 -04:00
lps25hb sensors: Add separation between ambient and die temperature 2018-04-03 22:29:11 -04:00
lsm6ds0 sensors: Add separation between ambient and die temperature 2018-04-03 22:29:11 -04:00
lsm6dsl sensors: Add separation between ambient and die temperature 2018-04-03 22:29:11 -04:00
lsm9ds0_gyro
lsm9ds0_mfd sensors: Add separation between ambient and die temperature 2018-04-03 22:29:11 -04:00
max30101
max44009
mcp9808 sensors: Add separation between ambient and die temperature 2018-04-03 22:29:11 -04:00
mpu6050 sensors: Add separation between ambient and die temperature 2018-04-03 22:29:11 -04:00
nrf5 sensors: Add separation between ambient and die temperature 2018-04-03 22:29:11 -04:00
pms7003
sht3xd sensors: Add separation between ambient and die temperature 2018-04-03 22:29:11 -04:00
sx9500
th02 sensors: Add separation between ambient and die temperature 2018-04-03 22:29:11 -04:00
tmp007 sensors: Add separation between ambient and die temperature 2018-04-03 22:29:11 -04:00
tmp112 sensors: Add separation between ambient and die temperature 2018-04-03 22:29:11 -04:00
vl53l0x drivers: sensor: vl53l0x: Use proper variable type for return code 2018-02-17 09:19:35 -05:00
CMakeLists.txt drivers: sensor: Add support for CCS811 Digital Gas Sensor 2018-02-06 11:16:26 -05:00
Kconfig drivers: sensor: Add support for CCS811 Digital Gas Sensor 2018-02-06 11:16:26 -05:00
sensor_handlers.c