Hi Simon,

I would look at the contribs if I could find it ... the web sites I am
looking at are:

http://www.sics.se/~adam/lwip/index.html and

http://lwip.wikia.com/wiki/LwIP_Wiki

<http://lwip.wikia.com/wiki/LwIP_Wiki>I must have missed the link to the
contribs ....

Cheers,
Bernie

On Tue, Mar 1, 2011 at 6:54 PM, Simon Goldschmidt <goldsi...@gmx.de> wrote:

>  Bernard Mentink <bment...@gmail.com> wrote:
> > I am trying to upgrade from version 1.3.2 to version 1.4.0. I notice
> quite a difference around the timers, is there any documentation on how to
> implement the timers for the new version?
> >
> > In the older version (I am using NO_SYS=1) I periodically called
> tcp_tmr() etharp_tmr() etc from my own hardware timers, looking through
> timers.c I see that it is done differently, but I don't
> > see any documentation on how to implement the new timers.
>
> Have a look at the windows or linux example ports in the contrib module.
> Basically, timers are now the same for both NO_SYS settings. Only the =1
> setting needs information about the system time to know when to call the
> timer functions.
>
> However, you can go back to the old implementation (calling the timer
> functions yourself) by setting LWIP_TIMERS to 1.
>
> Simon
> _______________________________________________
> lwip-users mailing list
> lwip-users@nongnu.org
> http://lists.nongnu.org/mailman/listinfo/lwip-users
>



-- 
You always have believers and scepticts.. A True inventor is always a
believer..
_______________________________________________
lwip-users mailing list
lwip-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to