summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-25 13:35:36 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-25 13:35:36 +0000
commitf5ab5978905faf5b9bd81c2c2463a25cd75325ae (patch)
tree4db514dfbab62d4ddf161d71cf1c409646cdedb7 /nuttx/ChangeLog
parent79a649dfb7f8673a4150bfdabcf32826619de326 (diff)
downloadnuttx-f5ab5978905faf5b9bd81c2c2463a25cd75325ae.tar.gz
nuttx-f5ab5978905faf5b9bd81c2c2463a25cd75325ae.tar.bz2
nuttx-f5ab5978905faf5b9bd81c2c2463a25cd75325ae.zip
Add PM support for the STM32F4Discovery -- still a work in progress
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4976 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 0ec8ffb8f..44ffa57bf 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3065,4 +3065,7 @@
* include/termios.h and lib/termios/*: Replace cfsetispeed and cfsetospeed with
cfsetspeed (with definitions for the input/outputs in termios.h). Same for
cfgetispeed and cfgetospeed.
+ * configs/stm32f4discovery/src and configs/stm32f4discovery/pm: Add a power
+ management configuration for the STM32F4Discovery and supporting logic. This
+ check-in also includes some fixes for the F4 RTC alarm logic.