summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
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 d7df4e1c1..f49d81528 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -4683,3 +4683,8 @@
* arch/arm/src/kinetis/kinetis_pin.c and arch/arm/src/kinetis/kinetis_internal.h:
The Kinetis GPIO logic had some of the same issues as did the
Kinetis L (2013-5-6).
+ * arch/arm/src/stm32/stm32_idle.c: Add an option to conditionally disable
+ the "wfi" sleep mode. This is needed with certain JTAG debuggers to
+ to prevent the debug session from begin disconnected. From Ken Pettit
+ (2013-5-7).
+