diff --git a/examples/system/sysview_tracing_heap_log/sdkconfig.defaults b/examples/system/sysview_tracing_heap_log/sdkconfig.defaults index 9e78bf67b8..a51f354b50 100644 --- a/examples/system/sysview_tracing_heap_log/sdkconfig.defaults +++ b/examples/system/sysview_tracing_heap_log/sdkconfig.defaults @@ -27,4 +27,3 @@ CONFIG_APPTRACE_SV_EVT_TIMER_EXIT_ENABLE=y CONFIG_LOG_COLORS=n # Enable heap tracing to host CONFIG_HEAP_TRACING_TOHOST=y -CONFIG_HEAP_TRACING_STACK_DEPTH=10 diff --git a/examples/system/sysview_tracing_heap_log/sdkconfig.defaults.esp32 b/examples/system/sysview_tracing_heap_log/sdkconfig.defaults.esp32 new file mode 100644 index 0000000000..1599dfbbf7 --- /dev/null +++ b/examples/system/sysview_tracing_heap_log/sdkconfig.defaults.esp32 @@ -0,0 +1,4 @@ +# +# Heap memory debugging +# +CONFIG_HEAP_TRACING_STACK_DEPTH=10 diff --git a/examples/system/sysview_tracing_heap_log/sdkconfig.defaults.esp32s2 b/examples/system/sysview_tracing_heap_log/sdkconfig.defaults.esp32s2 new file mode 100644 index 0000000000..1599dfbbf7 --- /dev/null +++ b/examples/system/sysview_tracing_heap_log/sdkconfig.defaults.esp32s2 @@ -0,0 +1,4 @@ +# +# Heap memory debugging +# +CONFIG_HEAP_TRACING_STACK_DEPTH=10