zephyr/drivers/fuel_gauge/sbs_gauge
Aaron Massey a7b25d599b fuel_gauge: Join get/set prop structs
The fuel gauge API uses separate get/set property structs to indicate what
properties are readable or writable. This lead to duplication in property
names and potential confusion for new users of the API. See issue #61818.
In addition to above, drivers already determine at runtime if a property is
supported for read or write actions.

Join the get/set fuel gauge property structs as a single struct.

Signed-off-by: Aaron Massey <aaronmassey@google.com>
2023-09-18 10:38:59 +01:00
..
CMakeLists.txt
Kconfig
Kconfig.emul_sbs_gauge
emul_sbs_gauge.c emul: Remove unused ZTEST_DMEM in sbs emulator 2023-09-12 17:23:00 +01:00
sbs_gauge.c fuel_gauge: Join get/set prop structs 2023-09-18 10:38:59 +01:00
sbs_gauge.h fuel_gauge: Add battery cutoff support 2023-08-22 18:05:50 +02:00