lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] lwip's lowest level read routine?


From: Kieran Mansley
Subject: Re: [lwip-users] lwip's lowest level read routine?
Date: Mon, 06 Aug 2012 16:25:11 +0100

On Tue, 2012-07-31 at 09:49 -0400, Chen wrote:
> My application requires to tag a small codes to the lowest level of 
> read routine to monitor a private non-standard packet as soon as it 
> arrives (I am using lwip+FreeRTOS+AVR32). preferable at the interrupt 
> that retrieves the data from the PHY: cature the special packet and 
> perform action immediately, but remove it from the queque so that 
> lwip will not waste time on it.

The code that takes data from the phy and handles the interrupt is not
lwIP.  It will be part of the port of lwIP to your hardware and OS.
You'll need to dig into that code to do what you want.

Kieran




reply via email to

[Prev in Thread] Current Thread [Next in Thread]