esp32: Add core dump printing to UART feature

This commit is contained in:
Alexey Gerenkov
2017-01-03 14:16:41 +03:00
parent 4a3e160888
commit 23f836659d
5 changed files with 654 additions and 173 deletions

View File

@@ -215,7 +215,7 @@ void start_cpu0_default(void)
}
#endif
#if CONFIG_ESP32_ENABLE_COREDUMP_TO_FLASH
#if CONFIG_ESP32_ENABLE_COREDUMP_TO_FLASH || CONFIG_ESP32_ENABLE_COREDUMP_TO_UART
esp_core_dump_init();
#endif