summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-11-15 15:44:18 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-11-15 15:44:18 -0600
commitd4e92480e4f1957d5a567ce5af76846dc6419ed3 (patch)
tree442765c8043956d103ab1998034276d92556076a /nuttx/TODO
parent4146524b7d414d998b84c272cb7e4b2378e263bc (diff)
downloadpx4-nuttx-d4e92480e4f1957d5a567ce5af76846dc6419ed3.tar.gz
px4-nuttx-d4e92480e4f1957d5a567ce5af76846dc6419ed3.tar.bz2
px4-nuttx-d4e92480e4f1957d5a567ce5af76846dc6419ed3.zip
Update TODO
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO12
1 files changed, 2 insertions, 10 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index 287891e38..eb078b044 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -1,4 +1,4 @@
-NuttX TODO List (Last updated November 14, 2014)
+NuttX TODO List (Last updated November 15, 2014)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
This file summarizes known NuttX bugs, limitations, inconsistencies with
@@ -15,7 +15,7 @@ nuttx/
(8) Kernel/Protected Builds
(4) C++ Support
(6) Binary loaders (binfmt/)
- (12) Network (net/, drivers/net)
+ (11) Network (net/, drivers/net)
(4) USB (drivers/usbdev, drivers/usbhost)
(10) Libraries (libc/, )
(11) File system/Generic drivers (fs/, drivers/)
@@ -730,14 +730,6 @@ o Binary loaders (binfmt/)
o Network (net/, drivers/net)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Title: SENDTO() AND MULTIPLE NETWORK INTERFACE SUPPORT
- Description: sendto() and multiple network interface support:
- When polled, would have to assure that the destination IP
- is on the subnet served by the polling driver.
- Status: Open. This is really part of the above issue.
- Priority: Medium, The feature is not important, but it is important
- for NuttX to resolve the architectural issues.
-
Title: IPv6
Description: IPv6 support is incomplete. Adam Dunkels has recently announced
IPv6 support for uIP (currently only as part of Contiki). Those