Create a generic battery driver infrastructure

git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4322 7fd9a85b-ad96-42d3-883c-3090e2eb8679
This commit is contained in:
patacongo
2012-01-22 18:03:13 +00:00
parent 0068180bf8
commit 80ce244ce1
6 changed files with 577 additions and 87 deletions
+3 -1
View File
@@ -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.