fuel_gauge: Sample sbs gauge driver with tests

Add a sample sbs gauge driver with feature parity and basic tests
comparison to its sensor counter-part. Includes a simple stub test that is
extended upon.

Signed-off-by: Aaron Massey <aaronmassey@google.com>
This commit is contained in:
Aaron Massey 2022-11-14 14:26:03 -07:00 committed by Anas Nashif
commit 28b8123887
18 changed files with 370 additions and 1 deletions

View file

@ -149,4 +149,6 @@ source "drivers/coredump/Kconfig"
source "drivers/xen/Kconfig"
source "drivers/fuel_gauge/Kconfig"
endmenu