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

@@ -268,7 +268,7 @@
#define configXT_BOARD 1 /* Board mode */
#define configXT_SIMULATOR 0
#if CONFIG_ESP32_ENABLE_COREDUMP_TO_FLASH | CONFIG_ESP32_ENABLE_COREDUMP_TO_FLASH
#if CONFIG_ESP32_ENABLE_COREDUMP_TO_FLASH | CONFIG_ESP32_ENABLE_COREDUMP_TO_UART
#define configENABLE_TASK_SNAPSHOT 1
#endif