Go to the source code of this file.
Defines | |
#define | NUT_VERSION_MAJOR 5 |
#define | NUT_VERSION_MINOR 0 |
#define | NUT_VERSION_RELEASE 5 |
#define | NUT_VERSION_BUILD 0 |
#define | OS_VERSION_NUMBER |
Functions | |
uint32_t | NutVersion (void) |
Return Nut/OS version. | |
const char * | NutVersionString (void) |
Return Nut/OS version string. |
#define NUT_VERSION_MAJOR 5 |
Referenced by SSDPTask().
#define NUT_VERSION_MINOR 0 |
Referenced by SSDPTask().
#define NUT_VERSION_RELEASE 5 |
#define NUT_VERSION_BUILD 0 |
#define OS_VERSION_NUMBER |
(((uint32_t)NUT_VERSION_MAJOR << 24) | \ ((uint32_t)NUT_VERSION_MINOR << 16) | \ ((uint32_t)NUT_VERSION_RELEASE << 8) | \ (uint32_t)NUT_VERSION_BUILD)
Referenced by NutVersion().