|
ChibiOS
21.6.0
|
Version Module macros and structures. More...
Go to the source code of this file.
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... | |
Version Module macros and structures.
Definition in file chversion.h.