Searched refs:configMINIMAL_STACK_SIZE (Results 1 – 4 of 4) sorted by relevance
46 #define configMINIMAL_STACK_SIZE (512u) macro
122 #ifndef configMINIMAL_STACK_SIZE
54 static UINT txfr_idle_stack[configMINIMAL_STACK_SIZE];334 configASSERT(ulStackDepth >= configMINIMAL_STACK_SIZE); in xTaskCreateStatic()402 configASSERT(usStackDepth >= configMINIMAL_STACK_SIZE); in xTaskCreate()
49 | configMINIMAL_STACK_SIZE | 512u | Minimum stack size, used as the stack size of the idle task if …