You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update nrf_fuel_gauge to v0.11.1, which brings
improvements to TTE, reduced RAM usage, and other tweaks.
Signed-off-by: Audun Korneliussen <[email protected]>
Copy file name to clipboardExpand all lines: nrf_fuel_gauge/CHANGELOG.rst
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,31 @@ Changelog
9
9
10
10
All notable changes to this project are documented on this page.
11
11
12
+
Main branch
13
+
***********
14
+
15
+
Changes
16
+
=======
17
+
18
+
* Updated to library version 0.11.1.
19
+
* The :c:func:`nrf_fuel_gauge_init` function no longer copies the battery model pointed to in the :c:struct:`nrf_fuel_gauge_init_parameters` structure.
20
+
This means that you must ensure that the battery model is kept valid while using the library, either in ROM or RAM.
21
+
* The :c:func:`nrf_fuel_gauge_process` function has a new argument to specify when bus voltage is present.
22
+
That is, when system is powered by vbus instead of or in addition to the battery.
23
+
24
+
Added
25
+
=====
26
+
27
+
* The :c:func:`nrf_fuel_gauge_opt_params_default_get` convenience function to initialize the :c:struct:`nrf_fuel_gauge_config_parameters` structure.
28
+
* The :c:func:`nrf_fuel_gauge_opt_params_adjust` function to adjust certain parameters without reinitializing the library.
29
+
* New configuration parameters in the :c:struct:`nrf_fuel_gauge_config_parameters` structure.
30
+
* New configuration parameter in the :c:struct:`nrf_fuel_gauge_runtime_parameters` structure.
31
+
32
+
Bug fixes
33
+
=========
34
+
35
+
* Fixed an issue where battery models with less than three temperature points could generate wrong state-of-charge after using the :c:func:`nrf_fuel_gauge_idle_set` function.
0 commit comments