mirror of
https://github.com/espressif/esp-idf.git
synced 2025-12-15 19:34:03 +00:00
esp32: Add core dump printing to UART feature
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user