zephyr/drivers/sensor/lsm6dso
Trent Piepho 094345629b drivers/sensor: lsm6dso: Add support for lsm6dso32
This sensor is virtually identical to the lsm6dso.  The only difference
is the accelerometer ranges are double those of the lsm6dso.

Use the same driver.  The difference is detected by using "st,lsm6dso32"
as the first compatible entry, followed by "st,lsm6dso".

An bit flag in the existing accel_range config field is used to check if
the chip is the doubled range or not.

Signed-off-by: Trent Piepho <trent.piepho@igorinstitute.com>
2022-05-25 13:16:04 -07:00
..
CMakeLists.txt drivers: sensor: clean up zephyr_library calls 2021-06-30 09:36:33 -04:00
Kconfig kconfig: remove Enable from boolean prompts 2022-03-09 15:35:54 +01:00
lsm6dso.c drivers/sensor: lsm6dso: Add support for lsm6dso32 2022-05-25 13:16:04 -07:00
lsm6dso.h drivers/sensor: lsm6dso: Add support for lsm6dso32 2022-05-25 13:16:04 -07:00
lsm6dso_shub.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00
lsm6dso_trigger.c drivers: migrate includes to <zephyr/...> 2022-05-06 19:58:21 +02:00