Go to the source code of this file.
| #define LWIP_RC_DEVELOPMENT 0U |
LWIP_VERSION_RC is set to LWIP_RC_DEVELOPMENT for CVS 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: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 4U |
x.X.x: Minor version of the stack
Definition at line 44 of file init.h.
| #define LWIP_VERSION_RC 2U |
For release candidates, this is set to 1..254 For official releases, this is set to 255 (LWIP_RC_RELEASE) For development versions (CVS), 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.
Perform Sanity check of user-configurable values, and initialize all modules.
Definition at line 260 of file init.c.