ChibiOS/RT
6.0.3
|
ChibiOS/RT main include file. More...
#include "chconf.h"
#include "chchecks.h"
#include "chlicense.h"
#include "chrestrictions.h"
#include "chtypes.h"
#include "chsystypes.h"
#include "chdebug.h"
#include "chtime.h"
#include "chalign.h"
#include "chcore.h"
#include "chtrace.h"
#include "chtm.h"
#include "chstats.h"
#include "chschd.h"
#include "chsys.h"
#include "chvt.h"
#include "chthreads.h"
#include "chregistry.h"
#include "chsem.h"
#include "chmtx.h"
#include "chcond.h"
#include "chevents.h"
#include "chmsg.h"
#include "chlib.h"
#include "chdynamic.h"
Go to the source code of this file.
Macros | |
#define | _CHIBIOS_RT_ |
ChibiOS/RT identification macro. More... | |
#define | CH_KERNEL_STABLE 1 |
Stable release flag. More... | |
ChibiOS/RT version identification | |
#define | CH_KERNEL_VERSION "6.0.3" |
Kernel version string. More... | |
#define | CH_KERNEL_MAJOR 6 |
Kernel version major number. More... | |
#define | CH_KERNEL_MINOR 0 |
Kernel version minor number. More... | |
#define | CH_KERNEL_PATCH 3 |
Kernel version patch number. More... | |
Constants for configuration options | |
#define | FALSE 0 |
Generic 'false' preprocessor boolean constant. More... | |
#define | TRUE 1 |
Generic 'true' preprocessor boolean constant. More... | |
Functions | |
void | chSysHalt (const char *reason) |
Halts the system. More... | |
ChibiOS/RT main include file.
Definition in file ch.h.