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

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

Macro Definition Documentation

#define LWIP_RC_DEVELOPMENT   0

LWIP_VERSION_RC is set to LWIP_RC_DEVELOPMENT for Git versions.

Definition at line 66 of file init.h.

#define LWIP_RC_RELEASE   255

LWIP_VERSION_RC is set to LWIP_RC_RELEASE for official releases.

Definition at line 64 of file init.h.

#define LWIP_VERSION
Value:
((LWIP_VERSION_MAJOR) << 24 | (LWIP_VERSION_MINOR) << 16 | \
#define LWIP_VERSION_MINOR
x.X.x: Minor version of the stack
Definition: init.h:55
#define LWIP_VERSION_MAJOR
X.x.x: Major version of the stack.
Definition: init.h:53
#define LWIP_VERSION_REVISION
x.x.X: Revision of the stack
Definition: init.h:57
#define LWIP_VERSION_RC
For release candidates, this is set to 1..254 For official releases, this is set to 255 (LWIP_RC_RELE...
Definition: init.h:61

Provides the version of the stack.

Definition at line 84 of file init.h.

#define LWIP_VERSION_MAJOR   2

X.x.x: Major version of the stack.

Definition at line 53 of file init.h.

#define LWIP_VERSION_MINOR   1

x.X.x: Minor version of the stack

Definition at line 55 of file init.h.

#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)

Definition at line 61 of file init.h.

#define LWIP_VERSION_REVISION   2

x.x.X: Revision of the stack

Definition at line 57 of file init.h.

#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.

Definition at line 87 of 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.