summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-09-27 13:12:04 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-09-27 13:12:04 -0600
commit4686e08c8931ffe4f02137ec203000fbf339515d (patch)
tree149b141f22d8e0502ffe1267054134568147cc4f /nuttx/TODO
parentcbdb77a10a33626f51bc3402a6893c04c686d2d1 (diff)
downloadnuttx-4686e08c8931ffe4f02137ec203000fbf339515d.tar.gz
nuttx-4686e08c8931ffe4f02137ec203000fbf339515d.tar.bz2
nuttx-4686e08c8931ffe4f02137ec203000fbf339515d.zip
SAMA5 GMAC and GMII support is code complete and ready for test
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO7
1 files changed, 6 insertions, 1 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index 6b6dee76f..4736b88b3 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -1,4 +1,4 @@
-NuttX TODO List (Last updated August 2, 2013)
+NuttX TODO List (Last updated September 27, 2013)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
This file summarizes known NuttX bugs, limitations, inconsistencies with
@@ -749,6 +749,11 @@ o Network (net/, drivers/net)
connection (lipaddr) and verifying that it is in the subnet
served by the driver.
+ Another issue: When sending packets to another subnet, the
+ current logic falls back and uses ETH0 if it cannot find the
+ device for the subnet. That lookup would need to be smarter...
+ perhaps it needs a routing table.
+
Status: Open. Nothing will probably be done until I have a platform
with two network interfaces that I need to support.
Priority: Medium, The feature is not important, but it is important