configMINIMAL_STACK_SIZE is only used within FreeRTOS_SignalFromISR.
 
Symbols
loading...
Files
loading...

configMINIMAL_STACK_SIZE macro

Syntax

#define configMINIMAL_STACK_SIZE ( ( uint16_t ) 128 )

References

LocationText
FreeRTOSConfig.h:95
#define configMINIMAL_STACK_SIZE ( ( uint16_t ) 128 )
FreeRTOSConfig.h:120
#define configTIMER_TASK_STACK_DEPTH ( configMINIMAL_STACK_SIZE * 2 )
main.c:65
osThreadDef(LED, LED_Thread, osPriorityNormal, 0, configMINIMAL_STACK_SIZE);