![]() |
ChibiOS/RT Architecture - Reference Manual - Guides |
ChibiOS/RT main include file. More...
#include "chconf.h"#include "chtypes.h"#include "chlists.h"#include "chcore.h"#include "chsys.h"#include "chvt.h"#include "chschd.h"#include "chsem.h"#include "chmtx.h"#include "chcond.h"#include "chevents.h"#include "chmsg.h"#include "chmboxes.h"#include "chmemcore.h"#include "chheap.h"#include "chmempools.h"#include "chthreads.h"#include "chregistry.h"#include "chinline.h"#include "chqueues.h"#include "chstreams.h"#include "chioch.h"#include "chdebug.h"Go to the source code of this file.
Defines | |
| #define | _CHIBIOS_RT_ |
| ChibiOS/RT identification macro. | |
| #define | CH_KERNEL_VERSION "2.0.8" |
| Kernel version string. | |
| #define | CH_KERNEL_MAJOR 2 |
| Kernel version major number. | |
| #define | CH_KERNEL_MINOR 0 |
| Kernel version minor number. | |
| #define | CH_KERNEL_PATCH 8 |
| Kernel version patch number. | |
ChibiOS/RT main include file.
This header includes all the required kernel headers so it is the only kernel header you usually want to include in your application.
Definition in file ch.h.
1.7.1