![]() |
![]() |
TI-OpenThread
1.08.06.06
|
Go to the source code of this file.
Macros | |
#define | TASK_CONFIG_OT_TASK_PRIORITY 1 |
#define | TASK_CONFIG_OT_TASK_STACK_SIZE 4096 |
#define | TASK_CONFIG_SHADE_TASK_PRIORITY 2 |
#define | TASK_CONFIG_SHADE_TASK_STACK_SIZE 1096 |
Functions | |
void | OtStack_taskCreate (void) |
void | Shade_taskCreate (void) |
#define TASK_CONFIG_OT_TASK_PRIORITY 1 |
Priority of the OpenThread Stack task.
#define TASK_CONFIG_OT_TASK_STACK_SIZE 4096 |
Size of the OpenThread Stack task call stack.
NOTE: last stack peak tested at 3280 bytes (conformance test 8.2.1 CCS toolchain 2020-6-9). Adding 20% and rounding to largest 1K for round numbers.
#define TASK_CONFIG_SHADE_TASK_PRIORITY 2 |
Priority of the Application task.
#define TASK_CONFIG_SHADE_TASK_STACK_SIZE 1096 |
Size of the cli task call stack.
void OtStack_taskCreate | ( | void | ) |
Creation funciton for the OpenThread Stack task.
Documented in task_config.h.
void Shade_taskCreate | ( | void | ) |
Create function for the shade application task.
Documented in task_config.h.