This header includes all the required kernel headers so it is the only kernel header you usually want to include in your application.
Kernel related info.
|
| #define | FALSE 0 |
| | Generic 'false' preprocessor boolean constant. More...
|
| |
| #define | TRUE 1 |
| | Generic 'true' preprocessor boolean constant. More...
|
| |
◆ __CHIBIOS_RT__
ChibiOS/RT identification macro.
Definition at line 37 of file ch.h.
◆ CH_KERNEL_STABLE
| #define CH_KERNEL_STABLE 0 |
Stable release flag.
Definition at line 42 of file ch.h.
◆ CH_KERNEL_VERSION
| #define CH_KERNEL_VERSION "7.0.0" |
Kernel version string.
Definition at line 51 of file ch.h.
◆ CH_KERNEL_MAJOR
| #define CH_KERNEL_MAJOR 7 |
Kernel version major number.
Definition at line 56 of file ch.h.
◆ CH_KERNEL_MINOR
| #define CH_KERNEL_MINOR 0 |
Kernel version minor number.
Definition at line 61 of file ch.h.
◆ CH_KERNEL_PATCH
| #define CH_KERNEL_PATCH 0 |
Kernel version patch number.
Definition at line 66 of file ch.h.
◆ FALSE
Generic 'false' preprocessor boolean constant.
- Note
- It is meant to be used in configuration files as switch.
Definition at line 78 of file ch.h.
◆ TRUE
Generic 'true' preprocessor boolean constant.
- Note
- It is meant to be used in configuration files as switch.
Definition at line 86 of file ch.h.