zephyr/drivers/sensor/adxl372
Jamie McCrae 9433555f0d drivers: sensor: adxl372: Fix default bus issue
The adxl372 device does not select the correct bus that it is on, which
causes undefined operation (usually a fault). This driver should not be
using Kconfig to determine which bus to use, that should be done by
dts, however this works as a quick fix in the interim until the driver
can be fixed properly.

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
2022-08-12 17:39:28 +02:00
..
CMakeLists.txt
Kconfig drivers: sensor: adxl372: Fix default bus issue 2022-08-12 17:39:28 +02:00
adxl372.c
adxl372.h
adxl372_trigger.c