esp-idf/components/espcoredump
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
..
include feat(coredump): add panic details to the elf file 2023-08-24 10:20:56 +02:00
include_core_dump feat(coredump): add panic details to the elf file 2023-08-24 10:20:56 +02:00
src refactor(freertos/task_snapshot): Make task snapshot private 2023-10-07 13:14:55 +08:00
test_apps feat(espcoredump): migrate the tests from unit-test-app 2023-09-21 14:32:45 +02:00
CMakeLists.txt
Kconfig refactor(freertos): Remove option for Task Snapshot 2023-08-28 20:11:27 +08:00
espcoredump.py
linker.lf
sdkconfig.rename