aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index bd20c19dd..f7b5b81b3 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2571,3 +2571,5 @@
NSH command ifconfig over Telnet. In that case the function netdev_foreach
takes the network device semaphore, but so does the telnet logic causing
the deadlock.
+ * arch/arm/src/stm32/stm32_pm*.c: Add basic STM32 power management logic
+ that will eventually be used to implement low power states.