Searched refs:configMINIMAL_STACK_SIZE (Results 1 – 5 of 5) sorted by relevance
/device/soc/winnermicro/wm800/board/src/bt/blehost/porting/w800/src/ |
D | nimble_port_freertos.c | 40 … 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/ |
D | osal_config.h | 160 #define configMINIMAL_STACK_SIZE (768 + configSTACK_OVERHEAD_TOTAL) macro
|
/device/soc/esp/esp32/components/osal/include/esp_osal/ |
D | esp_osal.h | 81 #ifndef configMINIMAL_STACK_SIZE 82 …#error Missing definition: configMINIMAL_STACK_SIZE must be defined in FreeRTOSConfig.h. configM…
|
/device/soc/esp/esp32/components/esp32/ |
D | dport_access.c | 177 …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/ |
D | MQTTFreeRTOS.c | 24 uint16_t usTaskStackSize = (configMINIMAL_STACK_SIZE * 5); in ThreadStart()
|