Re: [lwip-users] lwIP instead of BSD stack regarding IPv6

2013-04-04 Thread Erik Ekman
On Wed, Mar 27, 2013 at 10:36 PM, Paul Archer ptarc...@gmail.com wrote: On 28 March 2013 01:40, Ivan Delamer dela...@inicotech.com wrote: For IPv6 support you need to get the latest version, 1.5.0 BETA, or get the current HEAD development version from the GIT repository. Where is the

Re: [lwip-users] STR912 lwIP + Freertos demo

2013-04-04 Thread Noam weissman
Hi, I just loaded the FreeRTOS demo in LwIP mode and I do not like the way they did it. In general when you go to main you have: #ifdef STACK_LWIP /* Create the lwIP task. This uses the lwIP RTOS abstraction layer.*/ vlwIPInit();