esp-idf/components/esp_system/task_wdt
Darian Leung 9968a48c36 refactor(freertos/task_snapshot): Make task snapshot private
Task snapshot API were never intended to be called from user code. This commit
makes task snapshot a private API thus moves `#include "freertos/task_snapshot.h"`
to `#include "esp_private/freertos_debug.h"`.

Task snapshot related Kconfig options have also been hidden.

Note: Added 'freertos_common' mapping to ldgen mapping execptions lists due to
inlining of 'freertos_debug.h' functions.
2023-10-07 13:14:55 +08:00
..
task_wdt_impl_esp_timer.c esp_timer: add a function to restart timer 2022-10-18 04:42:27 +00:00
task_wdt_impl_timergroup.c feat(gptimer): use RCC atomic block to enable/reset peripheral 2023-08-22 17:05:35 +08:00
task_wdt.c refactor(freertos/task_snapshot): Make task snapshot private 2023-10-07 13:14:55 +08:00