Chapter 2. API Reference
CONFIG_OPENTHREAD_ESP_LIB_FROM_INTERNAL_SRC
Build esp_openthread libraries from source
Found in: Component config > OpenThread > CONFIG_OPENTHREAD_ENABLED
Override the shipped libopenthread_br.a and libopenthread_port.a, for internal builds.
Default value:
• No (disabled) if CONFIG_OPENTHREAD_ENABLED
CONFIG_OPENTHREAD_NUM_MESSAGE_BUFFERS
The number of openthread message buffers
Found in: Component config > OpenThread > CONFIG_OPENTHREAD_ENABLED
Range:
• from 50 to 100 if CONFIG_OPENTHREAD_ENABLED
Default value:
• 65 if CONFIG_OPENTHREAD_ENABLED
PThreads Contains:
• CONFIG_PTHREAD_TASK_NAME_DEFAULT
• CONFIG_PTHREAD_TASK_CORE_DEFAULT
• CONFIG_PTHREAD_TASK_PRIO_DEFAULT
• CONFIG_PTHREAD_TASK_STACK_SIZE_DEFAULT
• CONFIG_PTHREAD_STACK_MIN
CONFIG_PTHREAD_TASK_PRIO_DEFAULT
Default task priority
Found in: Component config > PThreads
Priority used to create new tasks with default pthread parameters.
Range:
• from 0 to 255
Default value:
• 5
CONFIG_PTHREAD_TASK_STACK_SIZE_DEFAULT
Default task stack size
Found in: Component config > PThreads
Stack size used to create new tasks with default pthread parameters.
Default value:
• 3072
CONFIG_PTHREAD_STACK_MIN
Minimum allowed pthread stack size
Found in: Component config > PThreads
Minimum allowed pthread stack size set in attributes passed to pthread_create
Default value:
• 768
Espressif Systems 1215
Submit Document Feedback
Release v4.4