docs(heap): Document heap task tracking

Populate the heap_debug.rst section on heap task tracking with the
description of the reworked task tracking.
This commit is contained in:
Guillaume Souchere
2025-04-04 12:09:43 +02:00
parent 826c69f13b
commit 0627576982
3 changed files with 150 additions and 12 deletions

View File

@@ -269,6 +269,7 @@ INPUT = \
$(PROJECT_PATH)/components/hal/include/hal/lp_core_types.h \
$(PROJECT_PATH)/components/heap/include/esp_heap_caps_init.h \
$(PROJECT_PATH)/components/heap/include/esp_heap_caps.h \
$(PROJECT_PATH)/components/heap/include/esp_heap_task_info.h \
$(PROJECT_PATH)/components/heap/include/esp_heap_trace.h \
$(PROJECT_PATH)/components/heap/include/multi_heap.h \
$(PROJECT_PATH)/components/ieee802154/include/esp_ieee802154_types.h \