summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-01-19 12:58:48 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-01-19 13:01:21 -0600
commit730004789ec25c1713c013b8a37132dcf5c16d2d (patch)
tree728d8660caa180e05f7461ef954a084fd691f597 /nuttx/ChangeLog
parentbcfcb485b98d42d8c67e8948c016f5e766a64b29 (diff)
downloadpx4-nuttx-730004789ec25c1713c013b8a37132dcf5c16d2d.tar.gz
px4-nuttx-730004789ec25c1713c013b8a37132dcf5c16d2d.tar.bz2
px4-nuttx-730004789ec25c1713c013b8a37132dcf5c16d2d.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog6
1 files changed, 4 insertions, 2 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 3fc694686..a34d53792 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -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).