Mistake on this page?
Report an issue in GitHub or email us
Macros
init.h File Reference

lwIP initialization API More...

#include "lwip/opt.h"

Go to the source code of this file.

Macros

#define LWIP_VERSION_MAJOR   2
 X.x.x: Major version of the stack. More...
 
#define LWIP_VERSION_MINOR   1
 x.X.x: Minor version of the stack More...
 
#define LWIP_VERSION_REVISION   2
 x.x.X: Revision of the stack More...
 
#define LWIP_VERSION_RC   LWIP_RC_RELEASE
 For release candidates, this is set to 1..254 For official releases, this is set to 255 (LWIP_RC_RELEASE) For development versions (Git), this is set to 0 (LWIP_RC_DEVELOPMENT) More...
 
#define LWIP_RC_RELEASE   255
 LWIP_VERSION_RC is set to LWIP_RC_RELEASE for official releases. More...
 
#define LWIP_RC_DEVELOPMENT   0
 LWIP_VERSION_RC is set to LWIP_RC_DEVELOPMENT for Git versions. More...
 
#define LWIP_VERSION
 Provides the version of the stack. More...
 
#define LWIP_VERSION_STRING   LWIP_VERSTR(LWIP_VERSION_MAJOR) "." LWIP_VERSTR(LWIP_VERSION_MINOR) "." LWIP_VERSTR(LWIP_VERSION_REVISION) LWIP_VERSION_STRING_SUFFIX
 Provides the version of the stack as string. More...
 

Detailed Description

lwIP initialization API

Definition in file init.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.