Go to the source code of this file.
#define LWIP_RC_DEVELOPMENT 0U |
LWIP_VERSION_RC is set to LWIP_RC_DEVELOPMENT for Git versions
Definition at line 55 of file init.h.
#define LWIP_RC_RELEASE 255U |
LWIP_VERSION_RC is set to LWIP_RC_RELEASE for official releases
Definition at line 53 of file init.h.
Value:
#define LWIP_VERSION_MINOR
#define LWIP_VERSION_MAJOR
Provides the version of the stack
Definition at line 62 of file init.h.
#define LWIP_VERSION_MAJOR 1U |
X.x.x: Major version of the stack
Definition at line 42 of file init.h.
#define LWIP_VERSION_MINOR 5U |
x.X.x: Minor version of the stack
Definition at line 44 of file init.h.
#define LWIP_VERSION_RC 0U |
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 50 of file init.h.
#define LWIP_VERSION_REVISION 0U |
x.x.X: Revision of the stack
Definition at line 46 of file init.h.
Initialize all modules.
Definition at line 310 of file init.c.