FreeRTOScpp
|
FreeRTOS Wrapper. More...
#include "FreeRTOS.h"
#include "task.h"
Go to the source code of this file.
Namespaces | |
namespace | FreeRTOScpp |
Macros | |
#define | FREERTOS_USE_NAMESPACE 2 |
If non-zero, put FreeRTOScpp library into namespace FreeRTOScpp. | |
#define | FREERTOS_VERSION_ALL (tskKERNEL_VERSION_MAJOR * 1'000'000 + tskKERNEL_VERSION_MINOR * 1000 + tskKERNEL_VERSION_BUILD) |
#define | FREERTOSCPP_USE_CHRONO 1 |
Enable the use of C++ chrono time values. | |
#define | FREERTOSCPP_USE_NAMESPACE 2 |
FreeRTOS Wrapper.
This file contains a set of lightweight wrappers for tasks using FreeRTOS
#define FREERTOS_VERSION_ALL (tskKERNEL_VERSION_MAJOR * 1'000'000 + tskKERNEL_VERSION_MINOR * 1000 + tskKERNEL_VERSION_BUILD) |
#define FREERTOSCPP_USE_NAMESPACE 2 |