Mistake on this page?
Report an issue in GitHub or email us
Macros

Macros

#define NO_SYS   0
 NO_SYS==1: Use lwIP without OS-awareness (no thread, semaphores, mutexes or mboxes). More...
 

Detailed Description

Macro Definition Documentation

#define NO_SYS   0

NO_SYS==1: Use lwIP without OS-awareness (no thread, semaphores, mutexes or mboxes).

This means threaded APIs cannot be used (socket, netconn, i.e. everything in the 'api' folder), only the callback-style raw API is available (and you have to watch out for yourself that you don't access lwIP functions/structures from more than one context at a time!)

Definition at line 89 of file opt.h.

Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.