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 fab1d0167..5ebfded10 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3115,4 +3115,7 @@
from drivers/syslog to fs/ where is belongs. Especially after realizing that
the syslog logic is going to have to some internal FS operations in order
to realize a totally thread-independent SYSLOG interface.
+ * arch/arm/src/stm32/stm32*_rcc.c and .h: If CONFIG_PM is defined, add a
+ function called stm32_clockenable() that can be used by PM logic to re-start
+ the PLL after re-awakening from deep sleep modes.