esp-idf/components/espcoredump
Darian Leung 659ec67967 refactor(freertos): Remove option for Task Snapshot
Previously, Task Snapshot could be conditionally built based on the
CONFIG_FREERTOS_ENABLE_TASK_SNAPSHOT option. However, there is no overhead
with always enabling Task Snapshot functions, as the linker will remove any
functions if they are not called.

This commit...

- removes all ESP-IDF dependencies on the CONFIG_FREERTOS_ENABLE_TASK_SNAPSHOT
option so that Task Snapshot functions are always available.
- Makes CONFIG_FREERTOS_ENABLE_TASK_SNAPSHOT a hidden option to maintain
compatibility with user code.
- adds documentation regarding Task Snapshot.
2023-08-28 20:11:27 +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 feat(coredump): add panic details to the elf file 2023-08-24 10:20:56 +02:00
test
CMakeLists.txt
Kconfig refactor(freertos): Remove option for Task Snapshot 2023-08-28 20:11:27 +08:00
espcoredump.py
linker.lf
sdkconfig.rename