Skip to content
Snippets Groups Projects
Commit 4f05c807 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

LPC17xx Ethernet: Improve CONFIG_NET_NOINTS implementation

parent aaeee801
No related branches found
No related tags found
No related merge requests found
......@@ -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 ??? ???
......
......@@ -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.
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment