mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-29 22:17:47 +00:00
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> |
||
---|---|---|
.. | ||
adt7420 | ||
adxl362 | ||
adxl372 | ||
ak8975 | ||
amg88xx | ||
apds9960 | ||
bma280 | ||
bmc150_magn | ||
bme280 | ||
bmg160 | ||
bmi160 | ||
bmm150 | ||
ccs811 | ||
dht | ||
fxas21002 | ||
fxos8700 | ||
grove | ||
hdc1008 | ||
hmc5883l | ||
hp206c | ||
hts221 | ||
isl29035 | ||
lis2dh | ||
lis2ds12 | ||
lis2dw12 | ||
lis2mdl | ||
lis3mdl | ||
lps22hb | ||
lps25hb | ||
lsm6ds0 | ||
lsm6dsl | ||
lsm9ds0_gyro | ||
lsm9ds0_mfd | ||
lsm303dlhc_magn | ||
max30101 | ||
max44009 | ||
mcp9808 | ||
mpu6050 | ||
ms5837 | ||
nrf5 | ||
pms7003 | ||
qdec_nrfx | ||
sht3xd | ||
sx9500 | ||
th02 | ||
tmp007 | ||
tmp112 | ||
vl53l0x | ||
CMakeLists.txt | ||
Kconfig | ||
sensor_handlers.c |