License#
Copyright 2018 Silicon Laboratories Inc. www.silabs.com
SPDX-License-Identifier: Zlib
The licensor of this software is Silicon Laboratories Inc.
This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.
Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions:
The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required.
Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.
This notice may not be removed or altered from any source distribution.
/***************************************************************************/
#define EMBER_MAJOR_VERSION 3
#define EMBER_MINOR_VERSION 8
#define EMBER_PATCH_VERSION 2
#define EMBER_SPECIAL_VERSION 0
#define EMBER_BUILD_NUMBER 0
#define EMBER_FULL_VERSION ( ((uint16_t)EMBER_MAJOR_VERSION << 12) \
| ((uint16_t)EMBER_MINOR_VERSION << 8) \
| ((uint16_t)EMBER_PATCH_VERSION << 4) \
| ((uint16_t)EMBER_SPECIAL_VERSION))
#define EMBER_VERSION_TYPE EMBER_VERSION_TYPE_GA
#define SOFTWARE_VERSION EMBER_FULL_VERSION
Macros#
The major version of the release. First digit of A.B.C.D.
The minor version of the release. Second digit of A.B.C.D.
The patch version of the release. Third digit of A.B.C.D.
Special version of the release. Fourth digit of A.B.C.D.
Build number of the release. Should be stored on 2 bytes.
Full version number stored on 2 bytes, with each of the four digits stored on 4 bits.
Version type of the release. EMBER_VERSION_TYPE_GA means generally available.
Full version number stored on 2 bytes, with each of the four digits stored on 4 bits.
Macro Definition Documentation#
EMBER_MAJOR_VERSION#
#define EMBER_MAJOR_VERSIONValue:
3
The major version of the release. First digit of A.B.C.D.
43
of file /mnt/raid/workspaces/ws.r4wf6JzLX/overlay/gsdk/protocol/flex/stack/config/config.h
EMBER_MINOR_VERSION#
#define EMBER_MINOR_VERSIONValue:
8
The minor version of the release. Second digit of A.B.C.D.
48
of file /mnt/raid/workspaces/ws.r4wf6JzLX/overlay/gsdk/protocol/flex/stack/config/config.h
EMBER_PATCH_VERSION#
#define EMBER_PATCH_VERSIONValue:
2
The patch version of the release. Third digit of A.B.C.D.
Patch versions are fully backwards compatible as long as the major and minor version matches.
56
of file /mnt/raid/workspaces/ws.r4wf6JzLX/overlay/gsdk/protocol/flex/stack/config/config.h
EMBER_SPECIAL_VERSION#
#define EMBER_SPECIAL_VERSIONValue:
0
Special version of the release. Fourth digit of A.B.C.D.
61
of file /mnt/raid/workspaces/ws.r4wf6JzLX/overlay/gsdk/protocol/flex/stack/config/config.h
EMBER_BUILD_NUMBER#
#define EMBER_BUILD_NUMBERValue:
0
Build number of the release. Should be stored on 2 bytes.
66
of file /mnt/raid/workspaces/ws.r4wf6JzLX/overlay/gsdk/protocol/flex/stack/config/config.h
EMBER_FULL_VERSION#
#define EMBER_FULL_VERSIONValue:
Full version number stored on 2 bytes, with each of the four digits stored on 4 bits.
72
of file /mnt/raid/workspaces/ws.r4wf6JzLX/overlay/gsdk/protocol/flex/stack/config/config.h
EMBER_VERSION_TYPE#
#define EMBER_VERSION_TYPEValue:
EMBER_VERSION_TYPE_GA
Version type of the release. EMBER_VERSION_TYPE_GA means generally available.
81
of file /mnt/raid/workspaces/ws.r4wf6JzLX/overlay/gsdk/protocol/flex/stack/config/config.h
SOFTWARE_VERSION#
#define SOFTWARE_VERSIONValue:
EMBER_FULL_VERSION
Full version number stored on 2 bytes, with each of the four digits stored on 4 bits.
86
of file /mnt/raid/workspaces/ws.r4wf6JzLX/overlay/gsdk/protocol/flex/stack/config/config.h