Add the esp-gdbstub to enable debugging (#1506)
* Initial version of gdbstub support * Add DEBUG argument to Makefile to add more debug data and turn off -Os * Add the output redirection handling * Added documentation * Cleaned up the english a bit * Make gdboutput actually trap all the output * Review comments
app/esp-gdbstub/License
0 → 100644
app/esp-gdbstub/Makefile
0 → 100644
app/esp-gdbstub/gdbstub.c
0 → 100644
app/esp-gdbstub/gdbstub.h
0 → 100644
app/modules/gdbstub.c
0 → 100644
docs/en/modules/gdbstub.md
0 → 100644
Please register or sign in to comment