Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions nrf_fuel_gauge/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ Changelog

All notable changes to this project are documented on this page.

Main branch
***********

Changes
=======

* Updated to library version 1.1.0.
* Improved fuel gauge accuracy for small-capacity batteries using nPM1304.
* The `discard_positive_deltaz` member of the :c:struct:`nrf_fuel_gauge_runtime_parameters` structure now affects the secondary cell variant too. Setting it to true (default) will disallow state-of-charge to increase unless the battery is charging.

nRF Connect SDK v3.0.0
**********************

Expand Down
2 changes: 1 addition & 1 deletion nrf_fuel_gauge/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#

config NRF_FUEL_GAUGE
bool "Enable nRF Fuel Gauge library"
bool "nRF Fuel Gauge library"
select REQUIRES_FULL_LIBC

if NRF_FUEL_GAUGE
Expand Down
2 changes: 1 addition & 1 deletion nrf_fuel_gauge/include/nrf_fuel_gauge.h
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ struct nrf_fuel_gauge_runtime_parameters {
/* Set to NAN to ignore. */
float d;
/* Primary cell: when true, do not let state-of-charge increase.
* Secondary cell: parameter not used.
* Secondary cell: when true, do not let state-of-charge increase unless when charging.
*/
bool discard_positive_deltaz;
};
Expand Down
Binary file modified nrf_fuel_gauge/lib/cortex-m3/soft-float/libnrf_fuel_gauge.a
Binary file not shown.
Binary file not shown.
Binary file modified nrf_fuel_gauge/lib/cortex-m33/hard-float/libnrf_fuel_gauge.a
Binary file not shown.
Binary file not shown.
Binary file modified nrf_fuel_gauge/lib/cortex-m33/soft-float/libnrf_fuel_gauge.a
Binary file not shown.
Binary file not shown.
Binary file modified nrf_fuel_gauge/lib/cortex-m4/hard-float/libnrf_fuel_gauge.a
Binary file not shown.
Binary file not shown.
Binary file modified nrf_fuel_gauge/lib/cortex-m4/soft-float/libnrf_fuel_gauge.a
Binary file not shown.
Binary file not shown.