summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-11 10:30:21 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-11 10:30:21 -0600
commitfafcfe26d6b190a9f6a58a354d5975a3540ff4a8 (patch)
tree0dd038d13a234dc510e26b53e3f3542925364061 /nuttx/ChangeLog
parentff8a0746c9cfb9ade638a4e707c206b2f6be8e35 (diff)
downloadnuttx-fafcfe26d6b190a9f6a58a354d5975a3540ff4a8.tar.gz
nuttx-fafcfe26d6b190a9f6a58a354d5975a3540ff4a8.tar.bz2
nuttx-fafcfe26d6b190a9f6a58a354d5975a3540ff4a8.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 070361c90..8b1022059 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -8476,3 +8476,5 @@
the kernel alloctor to free memory; when an unprivileged thread exits,
we don't have to do anything... heap memory will be cleaned up when the
address environment is torn down (2014-9-11).
+ * arch/arm/src/stm32/stm32_serial.c and chip/stm32f20xxx_rcc.h: Fix for
+ UART7 and UART8 on STM32 clock enable from Aton (2014-9-11).