mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
heap: use HEAP_TRACING_STACK_DEPTH default value for riscv
This commit is contained in:
parent
88889e2f88
commit
e40cd91065
@ -27,4 +27,3 @@ CONFIG_APPTRACE_SV_EVT_TIMER_EXIT_ENABLE=y
|
|||||||
CONFIG_LOG_COLORS=n
|
CONFIG_LOG_COLORS=n
|
||||||
# Enable heap tracing to host
|
# Enable heap tracing to host
|
||||||
CONFIG_HEAP_TRACING_TOHOST=y
|
CONFIG_HEAP_TRACING_TOHOST=y
|
||||||
CONFIG_HEAP_TRACING_STACK_DEPTH=10
|
|
||||||
|
@ -0,0 +1,4 @@
|
|||||||
|
#
|
||||||
|
# Heap memory debugging
|
||||||
|
#
|
||||||
|
CONFIG_HEAP_TRACING_STACK_DEPTH=10
|
@ -0,0 +1,4 @@
|
|||||||
|
#
|
||||||
|
# Heap memory debugging
|
||||||
|
#
|
||||||
|
CONFIG_HEAP_TRACING_STACK_DEPTH=10
|
Loading…
x
Reference in New Issue
Block a user