osal-FreeRTOS  0.2.2
osal-FreeRTOS
Macros | Typedefs
osal_portmacro.h File Reference

OS Abstraction Layer FreeRTOS port macro. More...

#include <stdint.h>

Go to the source code of this file.

Macros

#define OSAL_task_stack_declare(_name, _size)   OSAL_task_stack_t _name = _size
 

Typedefs

typedef int32_t OSAL_task_stack_t
 OS task stack.
 

Detailed Description

OS Abstraction Layer FreeRTOS port macro.

Author
MicroEJ Developer Team
Version
0.2.2
Date
8 December 2020

Definition in file osal_portmacro.h.