precision-converters-firmware
|
ADI Version macros. More...
Go to the source code of this file.
Macros | |
#define | QUALITY_LEVEL_DEV "d" |
#define | QUALITY_LEVEL_ALPHA "a" |
#define | QUALITY_LEVEL_BETA "b" |
#define | QUALITY_LEVEL_RC "rc" |
#define | QUALITY_LEVEL_RTM "rtm" |
#define | QUALITY_LEVEL_GA "ga" |
#define | ADI_CONSTRUCT_VERSION(major, minor, patch, quality, state) ("v" STR(major) "." STR(minor) "." STR(patch) "-" quality "." STR(state)) |
ADI Version macros.
Copyright (c) 2025 Analog Devices, Inc.
All rights reserved.
This software is proprietary to Analog Devices, Inc. and its licensors. By using this software you agree to the terms of the associated Analog Devices Software License Agreement.
#define ADI_CONSTRUCT_VERSION | ( | major, | |
minor, | |||
patch, | |||
quality, | |||
state | |||
) | ("v" STR(major) "." STR(minor) "." STR(patch) "-" quality "." STR(state)) |
#define QUALITY_LEVEL_ALPHA "a" |
#define QUALITY_LEVEL_BETA "b" |
#define QUALITY_LEVEL_DEV "d" |
#define QUALITY_LEVEL_GA "ga" |
#define QUALITY_LEVEL_RC "rc" |
#define QUALITY_LEVEL_RTM "rtm" |