summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
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).