Home
last modified time | relevance | path

Searched refs:configMINIMAL_STACK_SIZE (Results 1 – 4 of 4) sorted by relevance

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/FreeRTOS/config_template/
DFreeRTOSConfig.h45 #define configMINIMAL_STACK_SIZE (512u) macro
/ThreadX-v6.4.1/utility/rtos_compatibility_layers/FreeRTOS/
DFreeRTOS.h121 #ifndef configMINIMAL_STACK_SIZE
Dtx_freertos.c57 static UINT txfr_idle_stack[configMINIMAL_STACK_SIZE];
337 configASSERT(ulStackDepth >= configMINIMAL_STACK_SIZE); in xTaskCreateStatic()
405 configASSERT(usStackDepth >= configMINIMAL_STACK_SIZE); in xTaskCreate()
Dreadme.md49 | configMINIMAL_STACK_SIZE | 512u | Minimum stack size, used as the stack size of the idle task if …