zephyr/drivers/sensor
Erwan Gouriou c55c188e68 drivers/sensor/vl53l0x: Remove unnecessary lib include check
vl53l0x driver is using an external library to build, located under:
ext/hal/st/lib/sensor/vl53l0x.
This library is expecting stdint.h lib to be available and to
secure this for driver library inclusion work, a stdint.h file
header check was done. This check was based on assumptions on possible
header names for stdint.h.
Due to recent renaming of the zephyr header files, this check was
returning a false positive, generating warning at compilation.

Rather than updated with new header names, remove this check, since
driver porting is completed and stdint.h inclusion is actually
done.

Fixes #10134

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2019-02-19 07:48:10 -06:00
..
adt7420
adxl362
adxl372 sensors: adxl372: Fixup SPI CS handling 2019-02-06 14:01:51 -06:00
ak8975
amg88xx
apds9960 drivers: apds9960: fix ALS in non-trigger mode 2019-02-13 22:10:21 -06:00
bma280
bmc150_magn
bme280
bmg160
bmi160
bmm150
ccs811
dht
fxas21002
fxos8700
grove
hdc1008
hmc5883l
hp206c
hts221
isl29035
lis2dh
lis2ds12 sensor: lis2ds12: Fixup SPI CS handling 2019-02-04 08:17:08 -06:00
lis2dw12 driver/sensor: add LIS2DW12 sensor support 2019-02-08 15:22:42 -06:00
lis2mdl
lis3mdl
lps22hb
lps25hb driver/sensor: lps25hb: align driver to auto-generated dts macros 2019-02-01 04:19:42 -06:00
lsm6ds0 driver/sensor: lsm6ds0: align driver to auto-generated dts macros 2019-02-01 04:19:42 -06:00
lsm6dsl sensor: lsm6dsl: Fixup SPI CS handling 2019-02-01 04:11:23 -06:00
lsm9ds0_gyro sensor: lsm9ds0: Remove unused define/Kconfig symbol 2019-01-31 09:10:29 -06:00
lsm9ds0_mfd sensor: lsm9ds0: Remove unused define/Kconfig symbol 2019-01-31 09:10:29 -06:00
lsm303dlhc_magn
max30101
max44009
mcp9808
mpu6050
ms5837
nrf5
pms7003
qdec_nrfx
sht3xd drivers: sht3xd: update to new I2C API 2019-02-07 22:04:28 -05:00
sx9500
th02
tmp007
tmp112
vl53l0x drivers/sensor/vl53l0x: Remove unnecessary lib include check 2019-02-19 07:48:10 -06:00
CMakeLists.txt driver/sensor: add LIS2DW12 sensor support 2019-02-08 15:22:42 -06:00
Kconfig driver/sensor: add LIS2DW12 sensor support 2019-02-08 15:22:42 -06:00
sensor_handlers.c