ChibiOS 21.11.4
chversion.h File Reference

Version Module macros and structures. More...

Go to the source code of this file.

Macros

#define __CHIBIOS__
 ChibiOS product identification macro.
#define CH_VERSION_STABLE   1
 Stable release flag.
#define CH_VERSION_DATE    (((CH_VERSION_YEAR + 2000) * 100) + CH_VERSION_MONTH)
 Current version date in numeric form (yyyymm).
ChibiOS version identification
#define CH_VERSION   "2021.11.4"
 ChibiOS version string.
#define CH_VERSION_YEAR   21
 ChibiOS version release year.
#define CH_VERSION_MONTH   11
 ChibiOS version release month.
#define CH_VERSION_PATCH   4
 ChibiOS version patch number.
#define CH_VERSION_NICKNAME   "Paestum"
 ChibiOS version nickname.

Detailed Description

Version Module macros and structures.

Definition in file chversion.h.