summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-06-12 07:53:44 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-06-12 07:53:44 -0600
commitc4ae0251bfe2bb30af5fd26525ff64e29be40847 (patch)
tree59cabc9448cf51a06922c9716e4b28309e54503a /nuttx/ChangeLog
parentdace4cb7b96998e76ac8d1243d7c285908692891 (diff)
downloadnuttx-c4ae0251bfe2bb30af5fd26525ff64e29be40847.tar.gz
nuttx-c4ae0251bfe2bb30af5fd26525ff64e29be40847.tar.bz2
nuttx-c4ae0251bfe2bb30af5fd26525ff64e29be40847.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 6e37bba7e..e8dc60a3f 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7423,4 +7423,8 @@
* configs/sama5d4-ek: Initial board support for the SAMA5D4-EK board.
This initial check-in is basically the SAMA5D3-Xplained board support
with appropriate name changes (2014-6-6).
+ * stm32/arch/arm/src/stm32_serial.c: Handle configuration for the
+ case of 8-bit data with parity. From Freddie Chopin (2014-6-11).
+ * binfmt/libelf/elf.c: Fix a compilation error when CONFIG_ELF_DUMPBUFFER
+ is defined. From Pelle Windestam (2014-6-12).