TF-M Reference Manual  1.2.0
TrustedFirmware-M
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
tfm_version.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define VERSION_MAJOR   1
 
#define VERSION_MINOR   2
 
#define VERSION_HOTFIX   0
 
#define VERSION_STRING   ""
 
#define VERSTR(x)   #x
 
#define VERCON(major, minor, hotfix)   VERSTR(major)"."VERSTR(minor)"."VERSTR(hotfix)
 
#define VERSION_FULLSTR   VERCON(VERSION_MAJOR, VERSION_MINOR, VERSION_HOTFIX)""VERSION_STRING
 

Macro Definition Documentation

#define VERCON (   major,
  minor,
  hotfix 
)    VERSTR(major)"."VERSTR(minor)"."VERSTR(hotfix)

Definition at line 20 of file tfm_version.h.

Definition at line 22 of file tfm_version.h.

#define VERSION_HOTFIX   0

Definition at line 16 of file tfm_version.h.

#define VERSION_MAJOR   1

Definition at line 14 of file tfm_version.h.

#define VERSION_MINOR   2

Definition at line 15 of file tfm_version.h.

#define VERSION_STRING   ""

Definition at line 17 of file tfm_version.h.

#define VERSTR (   x)    #x

Definition at line 19 of file tfm_version.h.