#include "colony_config.h"
#include "Cpl/System/Thread.h"
#include "Cpl/System/Tls.h"
#include "Cpl/Text/FString.h"
#include "task.h"
Go to the source code of this file.
|
| namespace | Cpl |
| | The 'Cpl' namespace is the root name space for the Colony.
|
| |
| namespace | Cpl::System |
| | The System namespace contains platform independent foundation abstractions and classes related to program execution.
|
| |
| namespace | Cpl::System::FreeRTOS |
| | Concrete implementation of the platform specific classes/features of the Cpl::System namespace interfaces using FreeRTOS threading functions.
|
| |
◆ OPTION_CPL_SYSTEM_FREERTOS_DEFAULT_STACK_SIZE
| #define OPTION_CPL_SYSTEM_FREERTOS_DEFAULT_STACK_SIZE (1024*3) |
Provides the default stack size (since FreeRTOS does not provide one)