FreeRTOScpp
Loading...
Searching...
No Matches
FreeRTOScpp.h File Reference

FreeRTOS Wrapper. More...

#include "FreeRTOS.h"
#include "task.h"
Include dependency graph for FreeRTOScpp.h:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

FreeRTOS Wrapper.

This file contains a set of lightweight wrappers for tasks using FreeRTOS

Author
Richard Damon richa.nosp@m.rd.d.nosp@m.amon@.nosp@m.gmai.nosp@m.l.com

MIT License:

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

It is requested (but not required by license) that any bugs found or improvements made be shared, preferably to the author.

Macro Definition Documentation

◆ FREERTOS_VERSION_ALL

#define FREERTOS_VERSION_ALL   (tskKERNEL_VERSION_MAJOR * 1'000'000 + tskKERNEL_VERSION_MINOR * 1000 + tskKERNEL_VERSION_BUILD)

◆ FREERTOSCPP_USE_NAMESPACE

#define FREERTOSCPP_USE_NAMESPACE   2