|
ChibiOS
21.6.0
|
ChibiOS/RT main include file. More...
#include "chlicense.h"#include "chconf.h"#include "chchecks.h"#include "chrestrictions.h"#include "chearly.h"#include "chrfcu.h"#include "chdebug.h"#include "chtime.h"#include "chlists.h"#include "chalign.h"#include "chtrace.h"#include "chport.h"#include "chtm.h"#include "chstats.h"#include "chobjects.h"#include "chsys.h"#include "chinstances.h"#include "chvt.h"#include "chschd.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 0 |
| Stable release flag. More... | |
ChibiOS/RT version identification | |
| #define | CH_KERNEL_VERSION "7.0.0" |
| Kernel version string. More... | |
| #define | CH_KERNEL_MAJOR 7 |
| Kernel version major number. More... | |
| #define | CH_KERNEL_MINOR 0 |
| Kernel version minor number. More... | |
| #define | CH_KERNEL_PATCH 0 |
| 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... | |
ChibiOS/RT main include file.
Definition in file rt/include/ch.h.