summaryrefslogtreecommitdiffstats
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-01-22 16:42:49 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-01-22 16:42:49 +0000
commitde94649dd8376526d8023538943f5e558fcd96d3 (patch)
treea8318c2dddbe4ecd66f431e93f8ac7e1fe5adabe /nuttx/ChangeLog
parent6e7a3dbbd2058a711d86c3cf5226c20d780cc5ff (diff)
Create directory structures to support power-related devices
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4321 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index c2ad02c0c5..9d8545fb27 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2386,4 +2386,9 @@
CAN IDs.
* arch/arm/src/lpc17xx/lpc17_can.c: Add support for extended (29-bit) CAN IDs.
* arch/arm/src/stm32/stm32_can.c: Add support for extended (29-bit) CAN IDs.
+ * include/nuttx/power/pm.h: Move include/nuttx/pm.h into a sub-directory named
+ power.
+ * 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.