This is an automated email from the ASF dual-hosted git repository.
acassis pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 0e92053bd9d pynuttx:remove pthread_tcb_s cast
add 443e0cf0db6 power/battery: gauge upper driver modify b16_t and b8_t to
int
add dba108ae5ca power/battery: battery drivers props use unification unit
add db7f2927099 power/battery: fake gauge support for rpmsg communication
add 6df4c7c0090 power/battery: add charge full event mask
add 2b1c108819b power/battery: set interval to reduce report via ioctl
add 8a91155a0aa power/battery: support get battery cycle count
No new revisions were added by this update.
Summary of changes:
.../drivers/special/power/battery/fakegauge.rst | 67 +++++
.../components/drivers/special/power/index.rst | 1 +
drivers/power/battery/CMakeLists.txt | 4 +
drivers/power/battery/Kconfig | 7 +
drivers/power/battery/Make.defs | 4 +
drivers/power/battery/battery_charger.c | 48 +++-
drivers/power/battery/battery_fakegauge.c | 286 +++++++++++++++++++++
drivers/power/battery/battery_gauge.c | 56 +++-
drivers/power/battery/battery_monitor.c | 49 +++-
drivers/power/battery/goldfish_battery.c | 36 +--
include/nuttx/power/battery_gauge.h | 33 ++-
include/nuttx/power/battery_ioctl.h | 4 +
12 files changed, 533 insertions(+), 62 deletions(-)
create mode 100644
Documentation/components/drivers/special/power/battery/fakegauge.rst
create mode 100644 drivers/power/battery/battery_fakegauge.c