Home
last modified time | relevance | path

Searched defs:configMINIMAL_STACK_SIZE (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.5.0/components/mqtt/host_test/mocks/include/freertos/
DFreeRTOSConfig.h91 #define configMINIMAL_STACK_SIZE ((unsigned short)256) /* This can be made smaller if required. */ macro
/hal_espressif-3.5.0/components/freertos/include/esp_additions/freertos/
DFreeRTOSConfig.h184 #define configMINIMAL_STACK_SIZE (768 + configSTACK_OVERHEAD_TOTAL) macro