Changelog

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

Main branch

Changes

  • Updated to library version 0.11.1.

  • The nrf_fuel_gauge_init() function no longer copies the battery model pointed to in the nrf_fuel_gauge_init_parameters structure. This means that you must ensure that the battery model is kept valid while using the library, either in ROM or RAM.

  • The nrf_fuel_gauge_process() function has a new argument to specify when bus voltage is present. That is, when system is powered by vbus instead of or in addition to the battery.

Added

Bug fixes

  • Fixed an issue where battery models with less than three temperature points could generate wrong state-of-charge after using the nrf_fuel_gauge_idle_set() function.

nRF Connect SDK v2.6.0

Changes

Added

nRF Connect SDK v2.4.0

Initial release.