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
4f05c807
Commit
4f05c807
authored
9 years ago
by
Gregory Nutt
Browse files
Options
Downloads
Patches
Plain Diff
LPC17xx Ethernet: Improve CONFIG_NET_NOINTS implementation
parent
aaeee801
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
TODO
+1
-1
1 addition, 1 deletion
TODO
arch/arm/src/lpc17xx/Kconfig
+0
-8
0 additions, 8 deletions
arch/arm/src/lpc17xx/Kconfig
arch/arm/src/lpc17xx/lpc17_ethernet.c
+406
-114
406 additions, 114 deletions
arch/arm/src/lpc17xx/lpc17_ethernet.c
drivers/net/skeleton.c
+0
-3
0 additions, 3 deletions
drivers/net/skeleton.c
with
407 additions
and
126 deletions
TODO
+
1
−
1
View file @
4f05c807
...
...
@@ -880,7 +880,7 @@ o Network (net/, drivers/net)
LM3S NO NO
TM4C YES YES
eZ80 NO NO
LPC17xx YES
(could be issues)
YES (not tested)
LPC17xx YES
YES (not tested)
DMxxx NIC NO NO
PIC32 NO NO
RGMP ??? ???
...
...
This diff is collapsed.
Click to expand it.
arch/arm/src/lpc17xx/Kconfig
+
0
−
8
View file @
4f05c807
...
...
@@ -729,14 +729,6 @@ config NET_MULTICAST
---help---
Enable receipt of multicast (and unicast) frames. Automatically set
if NET_IGMP is selected.
config NET_WORKER_THREAD
bool "Net worker thread enable"
default y
depends on SCHED_WORKQUEUE
---help---
Enable use of ethernet worker thread (depends on CONFIG_SCHED_WORKQUEUE).
endmenu
menu "LCD device driver options"
...
...
This diff is collapsed.
Click to expand it.
arch/arm/src/lpc17xx/lpc17_ethernet.c
+
406
−
114
View file @
4f05c807
This diff is collapsed.
Click to expand it.
drivers/net/skeleton.c
+
0
−
3
View file @
4f05c807
...
...
@@ -598,9 +598,6 @@ static int skel_interrupt(int irq, FAR void *context)
* Returned Value:
* None
*
* Assumptions:
* Global interrupts are disabled by the watchdog logic.
*
****************************************************************************/
static
inline
void
skel_txtimeout_process
(
FAR
struct
skel_driver_s
*
priv
)
...
...
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