summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-01-22 18:03:13 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-01-22 18:03:13 +0000
commita059004e062322e56a9d5809099c212d40ab4292 (patch)
tree41752cf13c5bf7facdb0d28106cd31f76ad6d7e1 /nuttx/ChangeLog
parent3d2ac1dd78fbec255823415ef5498d35056b7361 (diff)
downloadnuttx-a059004e062322e56a9d5809099c212d40ab4292.tar.gz
nuttx-a059004e062322e56a9d5809099c212d40ab4292.tar.bz2
nuttx-a059004e062322e56a9d5809099c212d40ab4292.zip
Create a generic battery driver infrastructure
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4322 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 9d8545fb2..0d989dbca 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2391,4 +2391,6 @@
* drivers/power: Rename the drivers/pm directory to power
* drivers/power/max1704x.c: Add a skeleton file that will eventually become
the MAX17040x battery driver.
-
+ * include/power/battery.h and drivers/battery.c: Add the interface definitions
+ for an upper and lower half battery driver. Add the implementation of the
+ common upper half battery driver.