Hi,

Not exactly using ppp, but I did have a project in the past with lwip running on M16C and uC/OS-II, using a cs8900 in polled mode (8 data and 4 address lines). The stack itself works fine with some changes (don't recall by heart, but I think it had something to do with arp). The http server example included in the contrib works, as long as you put the entire website in RAM, not when parts are located in ROM (to do with the Near and Far areas, one being accessed by 16 bit pointers and the other 24 bit if I'm not mistaken).
I used nc30 to compile lwip.

On a side note, I also ported this to M32C, on which the http server does work with data in ROM (different poiner system on M32C) using nc308 compiler.

I will see if I can find some of the things that needed change, but I'm very busy at the moment, so it could take some time.


Best regards,
Johan


On Wed, 24 Aug 2005, [ISO-8859-15] Peter Münster wrote:

Hello,
I'm looking for a tcp-stack with ppp and http protocols over serial line
for the M16C.
Has anybody already used lwip for this purpose and what is your experience?
Does it work out of the box, or is there much work to do?
Thanks in advance for your advice!
Greetings, Peter

--
http://pmrb.free.fr/contact/



_______________________________________________
lwip-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/lwip-users
_______________________________________________
lwip-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to