ChibiOS/RT  6.0.3
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...
 

ChibiOS version identification

#define CH_VERSION   "19.1.3"
 ChibiOS version string. More...
 
#define CH_VERSION_YEAR   19
 ChibiOS version release year. More...
 
#define CH_VERSION_MONTH   1
 ChibiOS version release month. More...
 
#define CH_VERSION_PATCH   3
 ChibiOS version patch number. More...
 
#define CH_VERSION_NICKNAME   "Maiori"
 ChibiOS version nickname. More...
 

Macro Definition Documentation

#define _CHIBIOS_

ChibiOS product identification macro.

Definition at line 40 of file chversion.h.

#define CH_VERSION_STABLE   1

Stable release flag.

Definition at line 45 of file chversion.h.

#define CH_VERSION   "19.1.3"

ChibiOS version string.

Definition at line 54 of file chversion.h.

#define CH_VERSION_YEAR   19

ChibiOS version release year.

Definition at line 59 of file chversion.h.

#define CH_VERSION_MONTH   1

ChibiOS version release month.

Definition at line 64 of file chversion.h.

#define CH_VERSION_PATCH   3

ChibiOS version patch number.

Definition at line 69 of file chversion.h.

#define CH_VERSION_NICKNAME   "Maiori"

ChibiOS version nickname.

Definition at line 74 of file chversion.h.