Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/FreeRTOS/config_template/
DFreeRTOSConfig.h46 #define configMINIMAL_STACK_SIZE (512u) macro
/ThreadX-v6.3.0/utility/rtos_compatibility_layers/FreeRTOS/
DFreeRTOS.h122 #ifndef configMINIMAL_STACK_SIZE
Dtx_freertos.c54 static UINT txfr_idle_stack[configMINIMAL_STACK_SIZE];
334 configASSERT(ulStackDepth >= configMINIMAL_STACK_SIZE); in xTaskCreateStatic()
402 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 …