mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-17 07:09:37 +00:00
feat(coredump): save .bss, .data and .heap sections to the elf file
This commit is contained in:
@@ -98,6 +98,9 @@ void app_main(void)
|
||||
#if CONFIG_ESP_COREDUMP_ENABLE_TO_FLASH && CONFIG_SPIRAM_ALLOW_STACK_EXTERNAL_MEMORY
|
||||
HANDLE_TEST(test_name, test_panic_extram_stack);
|
||||
#endif
|
||||
#if CONFIG_ESP_COREDUMP_CAPTURE_DRAM
|
||||
HANDLE_TEST(test_name, test_capture_dram);
|
||||
#endif
|
||||
#if !CONFIG_FREERTOS_UNICORE
|
||||
HANDLE_TEST(test_name, test_task_wdt_cpu1);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user