mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 20:41:14 +00:00
feat(examples): Update heap task tracking examples
update example to showcasee the new API of heap task tracking - Add basic heap task traacking example - Add advanced example for task tracking
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
# enable the task tracking feature
|
||||
CONFIG_HEAP_TASK_TRACKING=y
|
||||
|
||||
# keep task tracking information after the task is deleted
|
||||
CONFIG_HEAP_TRACK_DELETED_TASKS=y
|
Reference in New Issue
Block a user