From 4c94b51eacb40c83c145e71889dc174defdfe6b2 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 12 Jun 2014 07:53:44 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 6e37bba7e35..e8dc60a3fc7 100644 --- a/ChangeLog +++ b/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).