commit | 82bfb264464b81efe733e106a7f448b3ad14700b | [log] [tgz] |
---|---|---|
author | Aaron Massey <aaronmassey@google.com> | Wed Aug 16 14:39:38 2023 -0600 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Tue Aug 22 18:05:50 2023 +0200 |
tree | a247d0539b313d31bd35711321bdab94c2ea8759 | |
parent | 33c922a771aee12e329de1a10c6fc65b0e01ed4a [diff] |
fuel_gauge: Add battery cutoff support Many fuel gauge ICs offer a battery cutoff/shipping mode functionality that cutoff charge from the battery. This is often useful for preserving battery charge on devices while in storage. Add battery cutoff support to the fuel gauge API with a generic default SBS driver showing an example of support in tests. Signed-off-by: Aaron Massey <aaronmassey@google.com>