SAMA5 GMAC and GMII support is code complete and ready for test

This commit is contained in:
Gregory Nutt
2013-09-27 13:12:04 -06:00
parent e1f9d22482
commit f7e4f25760
8 changed files with 381 additions and 392 deletions
+6 -1
View File
@@ -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