Re: [lwip-users] Initialization problem upgrading from 1.4.1 to 2.0.3

2018-04-06 Thread goldsi...@gmx.de
On 05.04.2018 20:29, Keith Rubow wrote: I am trying to use lwip on ARM cortex M4. My development software is Atollic Truestudio on Win10. So far I have gotten lwip 1.4.1 to work using raw api and a simple multitasking OS. Now I am trying to change over to lwip 2.0.3, and am having trouble with

Re: [lwip-users] Initialization problem upgrading from 1.4.1 to 2.0.3

2018-04-05 Thread Dirk Ziegelmeier
try to add #include "lwip/ip_addr.h" and read http://www.nongnu.org/lwip/2_0_x/upgrading.html especially "Changed netif "up" flag handling to be an administrative flag [...]" -> don't forget to call netif_set_up() Ciao Dirk -- Dirk Ziegelmeier * d...@ziegelmeier.net *