-
Notifications
You must be signed in to change notification settings - Fork 7.7k
boards: add axp2101-fuel-gauge to all boards with an AXP2101 PMIC #93155
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
Conversation
ae675f1
to
8da26d2
Compare
8da26d2
to
bd362a5
Compare
The use of timer3 seems to be some legacy leftover from when the overlay was specific to esp32s3_devkitm originally (commit cf3b264). Using timer0 instead. Signed-off-by: Benjamin Cabé <[email protected]>
Multi-function PMIC AXP2101 now has a fuel gauge driver. Add the corresponding node to all boards with such a PMIC (also checked their datasheets and confirmed these actually have a battery correctly connected to the PMIC). Signed-off-by: Benjamin Cabé <[email protected]>
bd362a5
to
2904fcb
Compare
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very well done 👍
I think I need to buy one of these now 😅 |
@cfriedt wait for this one to be in stock, maybe? :) |
Multi-function PMIC AXP2101 now has a fuel gauge driver. Add the corresponding node to all boards with such a PMIC (also checked their datasheets and confirmed these actually have a battery correctly connected to the PMIC).
First commit fixes CI issues in drivers/counter/counter_basic_api tests for the modified boards and that can be observed in weekly Twister runs (https://github.com/zephyrproject-rtos/zephyr/actions/runs/16395283708)
cc @fmoessbauer