-
Notifications
You must be signed in to change notification settings - Fork 8.3k
drivers: fuelgauge: Add Onsemi LC709203F driver and refactor fuelgauge sample #90310
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
drivers: fuelgauge: Add Onsemi LC709203F driver and refactor fuelgauge sample #90310
Conversation
|
@kartben First, thanks a lot for your profound review! Edit: @kartben I pushed right now your requested changes |
12a8422 to
34d9283
Compare
Adds properties for current direction, charge and voltage alarms Signed-off-by: Philipp Steiner <[email protected]>
format fuel_gauge.h according to the clang-format settings Signed-off-by: Philipp Steiner <[email protected]>
Add driver for the Onsemi LC709203F fuel gauge Signed-off-by: Philipp Steiner <[email protected]>
Add test for the Onsemi LC709203F fuel gauge Signed-off-by: Philipp Steiner <[email protected]>
update because of LC709203F driver was added Signed-off-by: Philipp Steiner <[email protected]>
34d9283 to
7fe13ee
Compare
Replace IC specific fuel gauge example with a generic fuel gauge example and move the fuel gauge sample to sample/drivers folder Signed-off-by: Philipp Steiner <[email protected]>
7fe13ee to
e2f2920
Compare
|
|
@teburd can you please take another look / refresh your +1? Thanks! |



This PR adds the following:
I had to redo the PR #89000, because in my original PR I messed up the commits due to GitHub's merge conflict solver.