lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] Assertions when using DHCP when using LWIP 2.0


From: Sergio R. Caprile
Subject: Re: [lwip-users] Assertions when using DHCP when using LWIP 2.0
Date: Mon, 23 Jan 2017 15:29:38 -0300
User-agent: Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Thunderbird/45.6.0

If you use an OS, set NO_SYS=0 and do things as told for that case.
If you don't, set NO_SYS=1 and do things as told for that case.

You can have an OS and run in NO_SYS=1 in a single thread.
In NO_SYS=0, you can call the low-level functions, the RAW API, from within one thread only, the one that all low-level functions run in.

http://lwip.wikia.com/wiki/LwIP_with_or_without_an_operating_system





reply via email to

[Prev in Thread] Current Thread [Next in Thread]