summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
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