Update ChangeLog

This commit is contained in:
Gregory Nutt 2015-01-19 12:58:48 -06:00
parent a4a6917267
commit 5b84be6bf6

View File

@ -9466,7 +9466,9 @@
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
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).
* drivers/pipes/pipe.c, drivers/usbdev/cdcacm.c, and
mm/mm_gran/mm_granalloc.c: Fixes some issues found by the PX4 team
using Coverity. From Pavel Krienko (2015-01-19).