Re: [lwip-users] Update LWIP 1.2.0 to 1.4.1

2013-01-23 Thread Simon Goldschmidt
Sylvain Rochet wrote: > lwip/UPGRADING seems quite complete for me Ooops, looks like I/we forgot to update that one when releasing 1.4.0 and 1.4.1 ... Simon ___ lwip-users mailing list lwip-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/

Re: [lwip-users] Update LWIP 1.2.0 to 1.4.1

2013-01-23 Thread Sylvain Rochet
Hi, On Wed, Jan 23, 2013 at 07:38:17AM +0100, Simon Goldschmidt wrote: > > Unfortunately, we don't have documents on how-to-upgrade between > versions (yet?). lwip/UPGRADING seems quite complete for me, well this is not a step-by-step how-to strictly speaking but should be enough for anyone

Re: [lwip-users] Update LWIP 1.2.0 to 1.4.1

2013-01-23 Thread sb80
@simon thats true. nothing is for free, only the dead, but that cost the life ;-) Yes, I compared the files, and I insert few things in the code. But it doesn't work. I try it again and debug the code. Thanks all for the informations. stefan - Thanks Stefan (Germany) -- View this message

Re: [lwip-users] Update LWIP 1.2.0 to 1.4.1

2013-01-23 Thread Simon Goldschmidt
sb80 wrote: > But I do not really understand how I should fix my problem. Have you took the time to compare the old ethernetif.c to the current one? I thought the differences should be pretty clear. > I attached my ethernetif.c --> in my sourcecode it is called eddif.c. > > If you find the time

Re: [lwip-users] Update LWIP 1.2.0 to 1.4.1

2013-01-23 Thread RAc
well, it would certainly help if you were a little clearer about where things fail. The control flow of incoming packets in lwip is not that difficult; your driver copies packets coming from the hardware to some memory, then typically invokes a hi pri thread which copies the hardware buffers to dyn

Re: [lwip-users] Update LWIP 1.2.0 to 1.4.1

2013-01-23 Thread sb80
Thanks simon But I do not really understand how I should fix my problem. I don't see what I should change in the code. I attached my ethernetif.c --> in my sourcecode it is called eddif.c. If you find the time, take a look to this, please. It will very helpfull for me, if you can give me an i

Re: [lwip-users] Update LWIP 1.2.0 to 1.4.1

2013-01-22 Thread Simon Goldschmidt
sb80 wrote: > I have a NetX500 (Hilscher) µC with the OS rcX (Hilscher) with LWIP > 1.2.0. > Now I have made an update to 1.4.1. > [..] > My problem is that i can compile the complete sourcecode without compiler > errors but the LWIP don't work. > I can't make a ethernet connection with an other de

[lwip-users] Update LWIP 1.2.0 to 1.4.1

2013-01-22 Thread sb80
Hello, I have a NetX500 (Hilscher) µC with the OS rcX (Hilscher) with LWIP 1.2.0. Now I have made an update to 1.4.1. I use the settings from lwipopts.h from 1.2.0 and changed some parameters for the compatibility with 1.4.1. (In the old Version for example NO_SYS 0, LWIP_SOCKETS 0 and LWIP_NETCO