RTEMS CPU Kit with SuperCore
4.11.2
|
Information About the Thread Stack Handler. More...
#include <rtems/score/basedefs.h>
Go to the source code of this file.
Data Structures | |
struct | Stack_Control |
The following defines the control block used to manage each stack. More... | |
Macros | |
#define | STACK_MINIMUM_SIZE CPU_STACK_MINIMUM_SIZE |
The following constant defines the minimum stack size which every thread must exceed. | |
Variables | |
uint32_t | rtems_minimum_stack_size |
This variable contains the the minimum stack size;. More... | |
Information About the Thread Stack Handler.
This include file contains all information about the thread Stack Handler. This Handler provides mechanisms which can be used to initialize and utilize stacks.