ChibiOS  21.6.0
Release Information
Collaboration diagram for Release Information:

Detailed Description

This module contains information about the ChibiOS release, it is common to all subsystems.

Macros

#define __CHIBIOS__
 ChibiOS product identification macro. More...
 
#define CH_VERSION_STABLE   1
 Stable release flag. More...
 
#define CH_VERSION_DATE   (((CH_VERSION_YEAR + 2000) * 100) + CH_VERSION_MONTH)
 Current version date in numeric form (yyyymm). More...
 

ChibiOS version identification

#define CH_VERSION   "21.6.0"
 ChibiOS version string. More...
 
#define CH_VERSION_YEAR   21
 ChibiOS version release year. More...
 
#define CH_VERSION_MONTH   6
 ChibiOS version release month. More...
 
#define CH_VERSION_PATCH   0
 ChibiOS version patch number. More...
 
#define CH_VERSION_NICKNAME   "Atrani"
 ChibiOS version nickname. More...
 

Macro Definition Documentation

◆ __CHIBIOS__

#define __CHIBIOS__

ChibiOS product identification macro.

Definition at line 40 of file chversion.h.

◆ CH_VERSION_STABLE

#define CH_VERSION_STABLE   1

Stable release flag.

Definition at line 45 of file chversion.h.

◆ CH_VERSION

#define CH_VERSION   "21.6.0"

ChibiOS version string.

Definition at line 54 of file chversion.h.

◆ CH_VERSION_YEAR

#define CH_VERSION_YEAR   21

ChibiOS version release year.

Definition at line 59 of file chversion.h.

◆ CH_VERSION_MONTH

#define CH_VERSION_MONTH   6

ChibiOS version release month.

Definition at line 64 of file chversion.h.

◆ CH_VERSION_PATCH

#define CH_VERSION_PATCH   0

ChibiOS version patch number.

Definition at line 69 of file chversion.h.

◆ CH_VERSION_NICKNAME

#define CH_VERSION_NICKNAME   "Atrani"

ChibiOS version nickname.

Definition at line 74 of file chversion.h.

◆ CH_VERSION_DATE

#define CH_VERSION_DATE   (((CH_VERSION_YEAR + 2000) * 100) + CH_VERSION_MONTH)

Current version date in numeric form (yyyymm).

Definition at line 88 of file chversion.h.