Home
last modified time | relevance | path

Searched refs:configIDLE_TASK_STACK_SIZE (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.4.0/components/freertos/include/esp_additions/freertos/
DFreeRTOSConfig.h186 #ifndef configIDLE_TASK_STACK_SIZE
187 #define configIDLE_TASK_STACK_SIZE CONFIG_FREERTOS_IDLE_TASK_STACKSIZE macro
/hal_espressif-3.4.0/components/freertos/port/
Dport_common.c166 pxStackBufferTemp = pvPortMallocStackMem(configIDLE_TASK_STACK_SIZE); in vApplicationGetIdleTaskMemory()
172 *pulIdleTaskStackSize = configIDLE_TASK_STACK_SIZE; in vApplicationGetIdleTaskMemory()
/hal_espressif-3.4.0/components/freertos/
Dtasks.c2303 configIDLE_TASK_STACK_SIZE, in vTaskStartScheduler()