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

configMINIMAL_STACK_SIZE macro

Syntax

#define configMINIMAL_STACK_SIZE ( ( uint16_t ) 128 )

References

LocationText
FreeRTOSConfig.h:53
#define configMINIMAL_STACK_SIZE ( ( uint16_t ) 128 )
main.c:86
osThreadDef(Start, MainThread, osPriorityAboveNormal, 0, configMINIMAL_STACK_SIZE * 2);
main.c:111
osThreadDef(Server, SSL_Server, osPriorityHigh, 0, configMINIMAL_STACK_SIZE * 20);
ssl_server.c:105
osThreadDef(LedThread, LED_Thread, osPriorityLow, 0, configMINIMAL_STACK_SIZE);