Forum Discussion
Altera_Forum
Honored Contributor
14 years agoTime for some optimizations.
Do anyone use timers to run lwIP? Now I've defined NO_SYS_NO_TIMERS, but I have resources to add 250ms timer and enable LWIP_TIMERS. However if I undefine NO_SYS_NO_TIMERS, I get a chain of errors in all cases ending in unreferenced sys_now(). Where can I find documentation how to set up stack to use hardware timers? Thanks.