From 3ec5e47b3ce8ea6768270bc6ecb3a5c7506fd2d4 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 6 May 2010 01:38:31 +0000 Subject: update git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2652 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/TODO | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/nuttx/TODO b/nuttx/TODO index 992a9c5b8..eb55f36d5 100644 --- a/nuttx/TODO +++ b/nuttx/TODO @@ -1,4 +1,4 @@ -NuttX TODO List (Last updated April 18, 2010) +NuttX TODO List (Last updated May 4, 2010) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ (5) Task/Scheduler (sched/) @@ -7,7 +7,7 @@ NuttX TODO List (Last updated April 18, 2010) (1) pthreads (sched/) (1) C++ Support (5) Binary loaders (binfmt/) - (14) Network (net/, netutils/) + (16) Network (net/, drivers/net) (5) Network Utilities (netutils/) (1) USB (drivers/usbdev) (5) Libraries (lib/) @@ -139,8 +139,8 @@ o Binary loaders (binfmt/) Status: Open Priority: Low -o Network (net/) - ^^^^^^^^^^^^^^ +o Network (net/, drivers/net) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Description: Should implement SOCK_RAW, SOCK_PACKET Status: Open @@ -197,6 +197,10 @@ o Network (net/) if the destination IP has not been mapped to a MAC. Could improve send() performance by explicitly performing ARP before sending the packet. + --- + Or by enabling arpin() logic. NOTE: From the uIP forum: "You + can use the function but it has a bug. You'll need to comment + this line: uip_len -= sizeof(struct uip_eth_hdr);" Status: Open Priority: Medium @@ -241,6 +245,17 @@ o Network (net/) Status: Open Priority: Low. + Description: I started coding a CrystalLan CS89x0 driver (drivers/net/cs89x0.c), + but never finished it. + Status: Open + Priority: Low unless you need it. + + Description: So far, I have not come up with a usable hardware platform to + verify the ENC28J60 Ethernet driver (drivers/net/enc28j60.c). + So it is untested. + Status: Open + Priority: Low unless you need it. + o Network Utilities (netutils/) Description: One critical part of netutils/ apps is untested: The uIP -- cgit v1.2.3