configMINIMAL_STACK_SIZE is only used within STemWin.
 
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:118
#define configTIMER_TASK_STACK_DEPTH ( configMINIMAL_STACK_SIZE * 2 )
k_storage.c:78
osThreadDef(STORAGE_Thread, StorageThread, osPriorityBelowNormal, 0, 2 * configMINIMAL_STACK_SIZE);
usbh_conf.h:59
#define USBH_PROCESS_STACK_SIZE (configMINIMAL_STACK_SIZE)