Skip to content

Commit 7977581

Browse files
authored
Enable FreeRTOS Trace Facility (espressif#234)
* Enable FreeRTOS Trace Facility * Enable more statistics
1 parent e5e0324 commit 7977581

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

configs/defconfig.common

+4
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ CONFIG_FREERTOS_HZ=1000
4444
CONFIG_FREERTOS_ENABLE_BACKWARD_COMPATIBILITY=y
4545
# CONFIG_FREERTOS_ASSERT_ON_UNTESTED_FUNCTION is not set
4646
CONFIG_FREERTOS_IDLE_TASK_STACKSIZE=1024
47+
CONFIG_FREERTOS_USE_TRACE_FACILITY=y
48+
CONFIG_FREERTOS_USE_STATS_FORMATTING_FUNCTIONS=y
49+
CONFIG_FREERTOS_VTASKLIST_INCLUDE_COREID=y
50+
CONFIG_FREERTOS_GENERATE_RUN_TIME_STATS=y
4751
CONFIG_HEAP_POISONING_LIGHT=y
4852
CONFIG_HTTPD_MAX_REQ_HDR_LEN=1024
4953
CONFIG_HTTPD_WS_SUPPORT=y

0 commit comments

Comments
 (0)