Skip to content

Commit

Permalink
[sdkconfig] enable heap tracing.
Browse files Browse the repository at this point in the history
  • Loading branch information
tschak909 committed Jul 17, 2023
1 parent 9d4da75 commit 0b524e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdkconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -872,8 +872,8 @@ CONFIG_FREERTOS_DEBUG_OCDAWARE=y
# CONFIG_HEAP_POISONING_DISABLED is not set
CONFIG_HEAP_POISONING_LIGHT=y
# CONFIG_HEAP_POISONING_COMPREHENSIVE is not set
CONFIG_HEAP_TRACING_OFF=y
# CONFIG_HEAP_TRACING_STANDALONE is not set
# CONFIG_HEAP_TRACING_OFF=y
CONFIG_HEAP_TRACING_STANDALONE=y
# CONFIG_HEAP_TRACING_TOHOST is not set
# CONFIG_HEAP_TASK_TRACKING is not set
# CONFIG_HEAP_ABORT_WHEN_ALLOCATION_FAILS is not set
Expand Down

0 comments on commit 0b524e9

Please sign in to comment.