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

@@ -24,7 +24,7 @@
*/
void esp_set_breakpoint_if_jtag(void *fn);
void esp_panicPutchar(char c);
void esp_panicPutChar(char c);
void esp_panicPutStr(const char *c);
void esp_panicPutHex(int a);
void esp_panicPutDec(int a);