summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-08-08 18:12:10 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-08-08 18:12:10 +0000
commitc961699454ec2b7e1496e3feda83892b3ec0a509 (patch)
tree56ca38fca43bf94694972026ebea99ea997ec22b /nuttx/TODO
parentaa7b20473b7e31fb08d53aeb197a861c1c036536 (diff)
downloadpx4-nuttx-c961699454ec2b7e1496e3feda83892b3ec0a509.tar.gz
px4-nuttx-c961699454ec2b7e1496e3feda83892b3ec0a509.tar.bz2
px4-nuttx-c961699454ec2b7e1496e3feda83892b3ec0a509.zip
Prep for 0.4.10 releasenuttx-4.10
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2016 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO15
1 files changed, 11 insertions, 4 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index b129aea6d..83f8f0f97 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -1,4 +1,4 @@
-NuttX TODO List (Last updated August 3, 2009)
+NuttX TODO List (Last updated August 8, 2009)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(5) Task/Scheduler (sched/)
@@ -7,7 +7,7 @@ NuttX TODO List (Last updated August 3, 2009)
(1) pthreads (sched/)
(1) C++ Support
(5) Binary loaders (binfmt/)
- (12) Network (net/, netutils/)
+ (15) Network (net/, netutils/)
(1) USB (drivers/usbdev)
(4) Libraries (lib/)
(8) File system/Generic drivers (fs/, drivers/)
@@ -234,11 +234,18 @@ o Network (net/, netutils/)
Status: Open, depends on UDP read-ahead support
Priority: Medium
- Description: sockets do not support any modes except for O_NONBLOCK (that
- that is not implemented in a very general way at present)
+ Description: sockets do not support all modes except for O_NONBLOCK. Sockets
+ support only (1) TCP/IP non-blocking read operations when read-ahead
+ buffering is enabled, and (2) TCP/IP accept() operations when TCP/IP
+ connection backlog is enabled.
Status: Open
Priority: Low.
+ Description: THTTPD is included in the source tree, but has not yet been fully
+ integrated.
+ Status: Open
+ Priority: High
+
o USB (drivers/usbdev)
^^^^^^^^^^^^^^^^^^^^