drivers: sensor: add I3G4250D Gyro driver

Implements a shim layer driver using st hal for
I3G4250D gyro, mounted for example on stm32f3_disco_E.
No support for triggers included yet.

Signed-off-by: Jonathan Hahn <Jonathan.Hahn@t-online.de>
This commit is contained in:
Jonathan Hahn 2021-07-16 09:33:13 +02:00 committed by Christopher Friedt
commit c9f87969c2
8 changed files with 396 additions and 0 deletions

View file

@ -100,6 +100,8 @@ source "drivers/sensor/hp206c/Kconfig"
source "drivers/sensor/hts221/Kconfig"
source "drivers/sensor/i3g4250d/Kconfig"
source "drivers/sensor/icm42605/Kconfig"
source "drivers/sensor/iis2dh/Kconfig"