Chapter 2. API Reference
CONFIG_FREERTOS_TIMER_QUEUE_LENGTH
FreeRTOS timer queue length
Found in:
Component config
FreeRTOS provides a set of timer related API functions. Many of these functions use a standard FreeR-
TOS queue to send commands to the timer service task. The queue used for this purpose is called the
'timer command queue'. The 'timer command queue'is private to the FreeRTOS timer implemen-
tation, and cannot be accessed directly.
For most uses the default value of 10 is OK.
Range:
• from 5 to 20
Default value:
• 10
CONFIG_FREERTOS_QUEUE_REGISTRY_SIZE
FreeRTOS queue registry size
Found in:
Component config
FreeRTOS uses the queue registry as a means for kernel aware debuggers to locate queues, semaphores,
and mutexes. The registry allows for a textual name to be associated with a queue for easy identification
within a debugging GUI. A value of 0 will disable queue registry functionality, and a value larger than 0
will specify the number of queues/semaphores/mutexes that the registry can hold.
Range:
• from 0 to 20
Default value:
• 0
CONFIG_FREERTOS_USE_TRACE_FACILITY
Enable FreeRTOS trace facility
Found in:
Component config
If enabled, configUSE_TRACE_FACILITY will be defined as 1 in FreeRTOS. This will allow the usage
of trace facility functions such as uxTaskGetSystemState().
Default value:
• No (disabled)
CONFIG_FREERTOS_USE_STATS_FORMATTING_FUNCTIONS
Enable FreeRTOS stats formatting functions
Found in:
Component config
If enabled, configUSE_STATS_FORMATTING_FUNCTIONS will be defined as 1 in FreeRTOS. This
will allow the usage of stats formatting functions such as vTaskList().
Default value:
• No (disabled) if
CONFIG_FREERTOS_VTASKLIST_INCLUDE_COREID
Enable display of xCoreID in vTaskList
Found in:
Component config
FIG_FREERTOS_USE_STATS_FORMATTING_FUNCTIONS
Espressif Systems
>
FreeRTOS
>
FreeRTOS
>
FreeRTOS
>
FreeRTOS
>
CONFIG_FREERTOS_USE_TRACE_FACILITY
CONFIG_FREERTOS_USE_TRACE_FACILITY
>
FreeRTOS
>
CONFIG_FREERTOS_USE_TRACE_FACILITY
1151
Submit Document Feedback
>
CON-
Release v4.4
Need help?
Do you have a question about the ESP32-S2 and is the answer not in the manual?