ChibiOS/RT  6.1.4
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.2.1"
 OS Library version string. More...
 
#define CH_OSLIB_MAJOR   1
 OS Library version major number. More...
 
#define CH_OSLIB_MINOR   2
 OS Library version minor number. More...
 
#define CH_OSLIB_PATCH   1
 OS Library version patch number. More...
 

Functions

static void _oslib_init (void)
 Initialization of all library modules. More...
 

Macro Definition Documentation

◆ _CHIBIOS_OSLIB_

#define _CHIBIOS_OSLIB_

ChibiOS/LIB identification macro.

Definition at line 41 of file chlib.h.

◆ CH_OSLIB_STABLE

#define CH_OSLIB_STABLE   1

Stable release flag.

Definition at line 46 of file chlib.h.

◆ CH_OSLIB_VERSION

#define CH_OSLIB_VERSION   "1.2.1"

OS Library version string.

Definition at line 55 of file chlib.h.

◆ CH_OSLIB_MAJOR

#define CH_OSLIB_MAJOR   1

OS Library version major number.

Definition at line 60 of file chlib.h.

◆ CH_OSLIB_MINOR

#define CH_OSLIB_MINOR   2

OS Library version minor number.

Definition at line 65 of file chlib.h.

◆ CH_OSLIB_PATCH

#define CH_OSLIB_PATCH   1

OS Library version patch number.

Definition at line 70 of file chlib.h.

Function Documentation

◆ _oslib_init()

static void _oslib_init ( void  )
inlinestatic

Initialization of all library modules.

Function Class:
Not an API, this function is for internal use only.

Definition at line 249 of file chlib.h.

References _core_init(), _factory_init(), and _heap_init().

Referenced by chSysInit().

Here is the call graph for this function: