Thanks a million Remy, Will it be possible to send me your application as well if possible?
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Remy Sent: 21 December 2005 10:47 To: Mailing list for lwIP users Subject: Re: [lwip-users] lwip without operating system Hello Nishen, To run lwip without an OS you need to define NO_SYS 1 and to define few things in the sys arch. The following example works for my hardware without OS and using PPP (a modified version). (Iam using the RAW API in the application). Rémy ----- Original Message ----- From: "Nishen Naidu" <[EMAIL PROTECTED]> To: "Mailing list for lwIP users" <[email protected]> Sent: Wednesday, December 21, 2005 8:07 AM Subject: [lwip-users] lwip without operating system > Hi guys, > > What is needed to run lwip without an operating system. > i.e. What must the lwipopts.h file look like? Anyone got > a sample for one without an operating system. > Must NO_SYS be defined? > What must go into sys_arch? > Anything else must be done or any general tips when implementing it? > > Thanks > Nishen > > > > _______________________________________________ > 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
