precision-converters-firmware
Loading...
Searching...
No Matches
Macros
adi_version.h File Reference

ADI Version macros. More...

This graph shows which files directly or indirectly include this file:

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))
 

Detailed Description

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.

Macro Definition Documentation

◆ ADI_CONSTRUCT_VERSION

#define ADI_CONSTRUCT_VERSION (   major,
  minor,
  patch,
  quality,
  state 
)     ("v" STR(major) "." STR(minor) "." STR(patch) "-" quality "." STR(state))

◆ QUALITY_LEVEL_ALPHA

#define QUALITY_LEVEL_ALPHA   "a"

◆ QUALITY_LEVEL_BETA

#define QUALITY_LEVEL_BETA   "b"

◆ QUALITY_LEVEL_DEV

#define QUALITY_LEVEL_DEV   "d"

◆ QUALITY_LEVEL_GA

#define QUALITY_LEVEL_GA   "ga"

◆ QUALITY_LEVEL_RC

#define QUALITY_LEVEL_RC   "rc"

◆ QUALITY_LEVEL_RTM

#define QUALITY_LEVEL_RTM   "rtm"