From 6cdc5b298020061c99565b700dd92694773c785f Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 19 Jan 2015 06:44:05 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index a666e4e5a49..3fc69468672 100755 --- a/ChangeLog +++ b/ChangeLog @@ -9465,4 +9465,8 @@ * arch/arm/src/tiva/tm4c_ethernet.c: When calling into the stack from the worker thread, it is necessary to have the stack locked (2015-01-18). + * nuttx/arch/arm/src/stm32/stm32_serial.c: fix declaration and + definition of up_receive() and up_dma_receive() to match fields of + uart_ops_s from nuttx/include/nuttx/serial/serial.h. From Freddie + Chopin (2015-01-19).