summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-13 15:12:31 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-13 15:12:31 +0000
commit08a603c77b99ade6a63938a62e1cd785e9fabd25 (patch)
treee73122d7e6073b1386302e2b5a477c72eb80c171 /nuttx/ChangeLog
parentd4f43430da40993103b774b5f07a9da3ef3aedf0 (diff)
downloadpx4-nuttx-08a603c77b99ade6a63938a62e1cd785e9fabd25.tar.gz
px4-nuttx-08a603c77b99ade6a63938a62e1cd785e9fabd25.tar.bz2
px4-nuttx-08a603c77b99ade6a63938a62e1cd785e9fabd25.zip
SLIP corrections
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3376 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 3359e5e8f..12aff230a 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -1555,3 +1555,10 @@
5.20 2011-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
+ * lib/lib_fopen() -- fopen() was not returning the correct errno value
+ when the underlying open() failed.
+ * include/net/uip/uip-arch.h -- The uIP interface has been extended
+ slightly so that drivers can be concurrenly filling and sending
+ packet buffers. This capability was needed by the SLIP driver.
+ * drivers/net/slip.c -- Several corrections and some re-design of
+ of the driver. \ No newline at end of file