nodemcu-firmware/app/esp-gdbstub
Philip Gladstone 04e93b2433 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
2016-09-21 11:38:12 +10:00
..
License Add the esp-gdbstub to enable debugging (#1506) 2016-09-21 11:38:12 +10:00
Makefile Add the esp-gdbstub to enable debugging (#1506) 2016-09-21 11:38:12 +10:00
gdbstub-cfg.h Add the esp-gdbstub to enable debugging (#1506) 2016-09-21 11:38:12 +10:00
gdbstub-entry.S Add the esp-gdbstub to enable debugging (#1506) 2016-09-21 11:38:12 +10:00
gdbstub-entry.h Add the esp-gdbstub to enable debugging (#1506) 2016-09-21 11:38:12 +10:00
gdbstub.c Add the esp-gdbstub to enable debugging (#1506) 2016-09-21 11:38:12 +10:00
gdbstub.h Add the esp-gdbstub to enable debugging (#1506) 2016-09-21 11:38:12 +10:00