summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-08-16 08:34:50 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-08-16 08:34:50 -0600
commit67857e3c5b699f1539da1771df2b624ddc861d63 (patch)
tree3777700d6e6ae42720b816235dbc2e80d8cadbde
parent4e816fd6b016cdfa42de8fcafb825de636d989de (diff)
downloadnuttx-67857e3c5b699f1539da1771df2b624ddc861d63.tar.gz
nuttx-67857e3c5b699f1539da1771df2b624ddc861d63.tar.bz2
nuttx-67857e3c5b699f1539da1771df2b624ddc861d63.zip
Standardize a PHY interrupt attachment interface
-rw-r--r--nuttx/TODO7
1 files changed, 4 insertions, 3 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index a2347e927..50117d83f 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -2357,12 +2357,13 @@ o NuttShell (NSH) (apps/nshlib)
PHY. This is logic outside of the Ethernet MAC driver
(although the Ethernet MAC driver would also have to
support the PHY operations to determine the link state).
- So of the boards provide logic to connect to the PHY
+ Some of the boards provide logic to connect to the PHY
interrupt. Like:
- xcpt_t sam_phyirq(int intf, xcpt_t irqhandler);
+ xcpt_t arc_phy_irq(FAR const char *intf, xcpt_t irqhandler);
- But that interrupt is not used by anything now.
+ (prototyped in include/nuttx/arch.h). But that interrupt is
+ not used by anything now.
Status: Open
Priority: Medium.