summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
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.