|
ChibiOS/RT 7.0.6
|
OS Library related info.

ChibiOS/LIB version identification | |
| #define | CH_OSLIB_VERSION "1.3.3" |
| OS Library version string. | |
| #define | CH_OSLIB_MAJOR 1 |
| OS Library version major number. | |
| #define | CH_OSLIB_MINOR 3 |
| OS Library version minor number. | |
| #define | CH_OSLIB_PATCH 3 |
| OS Library version patch number. | |
Macros | |
| #define | __CHIBIOS_OSLIB__ |
| ChibiOS/LIB identification macro. | |
| #define | CH_OSLIB_STABLE 1 |
| Stable release flag. | |
| #define | CH_CFG_USE_FACTORY FALSE |
| #define | CH_CFG_USE_HEAP FALSE |
| #define | CH_CFG_USE_MEMPOOLS FALSE |
| #define | CH_CFG_USE_OBJ_FIFOS FALSE |
| #define | CH_CFG_USE_PIPES FALSE |
| #define | CH_CFG_USE_OBJ_CACHES FALSE |
| #define | CH_CFG_USE_DELEGATES FALSE |
| #define | CH_CFG_USE_JOBS FALSE |
| #define | CH_CFG_USE_MAILBOXES FALSE |
Functions | |
| static void | __oslib_init (void) |
| Initialization of all library modules. | |
|
inlinestatic |
Initialization of all library modules.
Definition at line 248 of file chlib.h.
References __core_init(), __factory_init(), and __heap_init().
Referenced by chSysInit().
