Move panic handler and gdbstub into esp32 component, clean up wdt according to merge req suggestions

This commit is contained in:
Jeroen Domburg
2016-10-26 12:23:01 +08:00
parent 1ca97f5adb
commit 7d254eb3f0
15 changed files with 161 additions and 146 deletions

View File

@@ -14,7 +14,7 @@
#ifndef __ASSEMBLER__
void setBreakpointIfJtag(void *fn);
void esp_set_breakpoint_if_jtag(void *fn);
#endif