esp-idf/components/espcoredump/src
Omar Chebib e533431095 espcoredump: Fix bugs related to (fake) stacks
Add support to tasks stacks in RTC DRAM. Before this fix, any stack
in RTC DRAM would have been considered as corrupted, whichi is not
the case.
Fix a bug related to wrong parameters passed to esp_core_dump_get_stack.
Fix a bug reading fake stack memory, triggering a memory violation.

* Closes https://github.com/espressif/esp-idf/issues/6751
* Merges https://github.com/espressif/esp-idf/pull/6750
2021-03-22 11:38:21 +08:00
..
port espcoredump: Fix bugs related to (fake) stacks 2021-03-22 11:38:21 +08:00
core_dump_binary.c espcoredump: code refactoring and add support for RISC-V implemetation 2021-02-07 19:04:19 +08:00
core_dump_checksum.c espcoredump: Fix bugs related to (fake) stacks 2021-03-22 11:38:21 +08:00
core_dump_common.c esp_hw_support: create esp_cpu 2021-02-26 13:34:29 +08:00
core_dump_elf.c espcoredump: Fix bugs related to (fake) stacks 2021-03-22 11:38:21 +08:00
core_dump_flash.c espcoredump: code refactoring and add support for RISC-V implemetation 2021-02-07 19:04:19 +08:00
core_dump_uart.c espcoredump: code refactoring and add support for RISC-V implemetation 2021-02-07 19:04:19 +08:00