ChibiOS/RT
6.1.4
|
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... | |
|
inlinestatic |
Initialization of all library modules.
Definition at line 249 of file chlib.h.
References _core_init(), _factory_init(), and _heap_init().
Referenced by chSysInit().