ChibiOS
0.0.0
|
ChibiOS/LIB main include file. More...
#include "chbsem.h"
#include "chmboxes.h"
#include "chmemcore.h"
#include "chmemheaps.h"
#include "chmempools.h"
#include "chobjfifos.h"
#include "chfactory.h"
Go to the source code of this file.
Macros | |
#define | _CHIBIOS_LIB_ |
ChibiOS/LIB identification macro. More... | |
#define | CH_OSLIB_STABLE 0 |
Stable release flag. More... | |
ChibiOS/LIB version identification | |
#define | CH_OSLIB_VERSION "1.0.0" |
OS Library version string. More... | |
#define | CH_OSLIB_MAJOR 1 |
Kernel version major number. More... | |
#define | CH_OSLIB_MINOR 0 |
Kernel version minor number. More... | |
#define | CH_OSLIB_PATCH 0 |
Kernel version patch number. More... | |
ChibiOS/LIB main include file.
This header includes all the required library headers. This file is meant do be included by ch.h
not directly by user.
Definition in file chlib.h.