sensor: add MAX17262 fuel gauge driver and sample application

The MAX17262 is an ultra-low power fuel-gauge IC which implements the
Maxim ModelGauge m5 algorithm. The IC monitors a single-cell battery
pack and supports internal current sensing for up to 3.1A pulse
current. The IC provides best performance for batteries with 100mAhr
to 6Ahr capacity.

Signed-off-by: Matija Tudan <mtudan@mobilisis.hr>
This commit is contained in:
Matija Tudan 2020-12-29 22:06:09 +01:00 committed by Carles Cufí
commit d2c503f202
15 changed files with 678 additions and 0 deletions

View file

@ -144,6 +144,8 @@ source "drivers/sensor/lsm9ds0_mfd/Kconfig"
source "drivers/sensor/max17055/Kconfig"
source "drivers/sensor/max17262/Kconfig"
source "drivers/sensor/max30101/Kconfig"
source "drivers/sensor/max44009/Kconfig"