ChibiOS/RT  6.0.3
Version Numbers and Identification
Collaboration diagram for Version Numbers and Identification:

Detailed Description

OS Library related info.

Macros

#define _CHIBIOS_OSLIB_
 ChibiOS/LIB identification macro. More...
 
#define CH_OSLIB_STABLE   1
 Stable release flag. More...
 

ChibiOS/LIB version identification

#define CH_OSLIB_VERSION   "1.1.2"
 OS Library version string. More...
 
#define CH_OSLIB_MAJOR   1
 OS Library version major number. More...
 
#define CH_OSLIB_MINOR   1
 OS Library version minor number. More...
 
#define CH_OSLIB_PATCH   2
 OS Library version patch number. More...
 

Macro Definition Documentation

#define _CHIBIOS_OSLIB_

ChibiOS/LIB identification macro.

Definition at line 41 of file chlib.h.

#define CH_OSLIB_STABLE   1

Stable release flag.

Definition at line 46 of file chlib.h.

#define CH_OSLIB_VERSION   "1.1.2"

OS Library version string.

Definition at line 55 of file chlib.h.

#define CH_OSLIB_MAJOR   1

OS Library version major number.

Definition at line 60 of file chlib.h.

#define CH_OSLIB_MINOR   1

OS Library version minor number.

Definition at line 65 of file chlib.h.

#define CH_OSLIB_PATCH   2

OS Library version patch number.

Definition at line 70 of file chlib.h.