Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NuttX RTOS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
f4grx
NuttX RTOS
Commits
9cc485cd
Commit
9cc485cd
authored
10 years ago
by
Gregory Nutt
Browse files
Options
Downloads
Patches
Plain Diff
Standardize a PHY interrupt attachment interface
parent
c52f634b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
TODO
+4
-3
4 additions, 3 deletions
TODO
with
4 additions
and
3 deletions
TODO
+
4
−
3
View file @
9cc485cd
...
...
@@ -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
So
me
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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment