Home
last modified time | relevance | path

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

/device/soc/winnermicro/wm800/board/src/bt/blehost/porting/w800/src/
Dnimble_port_freertos.c40 … xTaskCreate(nimble_port_ll_task_func, "ll", configMINIMAL_STACK_SIZE + 400, // 400:byte alignment in nimble_port_freertos_init()
48 xTaskCreate(host_task_fn, "ble", configMINIMAL_STACK_SIZE + 400, // 400:byte alignment in nimble_port_freertos_init()
/device/soc/esp/esp32/components/osal/port/xtensa/include/esp_osal/
Dosal_config.h160 #define configMINIMAL_STACK_SIZE (768 + configSTACK_OVERHEAD_TOTAL) macro
/device/soc/esp/esp32/components/osal/include/esp_osal/
Desp_osal.h81 #ifndef configMINIMAL_STACK_SIZE
82 …#error Missing definition: configMINIMAL_STACK_SIZE must be defined in FreeRTOSConfig.h. configM…
/device/soc/esp/esp32/components/esp32/
Ddport_access.c177 …res = xTaskCreatePinnedToCore(&dport_access_init_core, "dport", configMINIMAL_STACK_SIZE, NULL, 5,… in esp_dport_access_int_init()
/device/board/isoftstone/yangfan/common/mqtt/mqttclient_c/src/freertos/
DMQTTFreeRTOS.c24 uint16_t usTaskStackSize = (configMINIMAL_STACK_SIZE * 5); in ThreadStart()