From 4686e08c8931ffe4f02137ec203000fbf339515d Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 27 Sep 2013 13:12:04 -0600 Subject: SAMA5 GMAC and GMII support is code complete and ready for test --- nuttx/TODO | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'nuttx/TODO') 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 -- cgit v1.2.3