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 coredump: remove tests (moved to esp-coredump repo) 2023-05-11 12:13:52 +08:00
CMakeLists.txt Storage: Partition APIs moved to the new component 'esp_partition' 2022-11-02 21:54:45 +01:00
espcoredump.py Tools: Fix flake8 version 5 warnings 2022-08-12 08:13:13 +00:00
Kconfig refactor(freertos): Remove option for Task Snapshot 2023-08-28 20:11:27 +08:00
linker.lf espcoredump: fix a bug where tracked DRAM data where not dumped 2022-01-06 16:53:35 +08:00
sdkconfig.rename espcoredump: remove ESP32 prefix from config options 2020-09-30 20:22:27 +05:30