From 39191816f6701970928e9d8da7ddc4f5b5929e39 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 24 Feb 2015 07:30:45 -0600 Subject: Update ChangeLog --- nuttx/ChangeLog | 5 +++++ nuttx/Documentation/NuttX.html | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog index c2b8ab661..37353e71e 100755 --- a/nuttx/ChangeLog +++ b/nuttx/ChangeLog @@ -9877,3 +9877,8 @@ the open count will only be incremented from 0 to 1. This causes problems when trying to open the can bus from two different tasks. SourceForge Patch #46 from Anonymous (2015-02-23). + * Tiva TM4c1294: Updates from Frank Sautter (2015-02-24). + * fs/aio: Corrrect some backward tests in aio_read() and aio_write(): + Socket descriptors have higher numbers than file descriptors. In + aio_contain(), Copy u.ptr (void *) when initializing aioc and not + the case specific u.aioc_filep. From Michal Ulianko (2015-02-24). diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html index d0e699e8d..8ec9de652 100644 --- a/nuttx/Documentation/NuttX.html +++ b/nuttx/Documentation/NuttX.html @@ -3580,7 +3580,7 @@ nsh>

TI Tiva TM4C129X. - This port uses the TI Tiva C Series TM4C129x Connected Development Kit (DK-TM4C129X). + This port uses the TI Tiva C Series TM4C129X Connected Development Kit (DK-TM4C129X).