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

ChibiOS version identification | |
| #define | CH_VERSION "2021.11.5" |
| 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 5 |
| ChibiOS version patch number. | |
| #define | CH_VERSION_NICKNAME "Agropoli" |
| ChibiOS version nickname. | |
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). | |
| #define __CHIBIOS__ |
ChibiOS product identification macro.
Definition at line 39 of file chversion.h.
| #define CH_VERSION_STABLE 1 |
Stable release flag.
Definition at line 44 of file chversion.h.
| #define CH_VERSION "2021.11.5" |
ChibiOS version string.
Definition at line 53 of file chversion.h.
| #define CH_VERSION_YEAR 21 |
ChibiOS version release year.
Definition at line 58 of file chversion.h.
| #define CH_VERSION_MONTH 11 |
ChibiOS version release month.
Definition at line 63 of file chversion.h.
| #define CH_VERSION_PATCH 5 |
ChibiOS version patch number.
Definition at line 68 of file chversion.h.
| #define CH_VERSION_NICKNAME "Agropoli" |
ChibiOS version nickname.
Definition at line 73 of file chversion.h.
| #define CH_VERSION_DATE (((CH_VERSION_YEAR + 2000) * 100) + CH_VERSION_MONTH) |
Current version date in numeric form (yyyymm).
Definition at line 87 of file chversion.h.