#gdbstub_blinky
This esp8266 project builds on the source code example for a blinky project and the esp-gdbstub from Espressif.
The project is intended for use with the esp-open-sdk.
##Use
-
Setup the SDK as per the esp-open-sdk instructions.
-
Build and flash:
make clean make make flash -
Restart the esp8266
-
Start gdb
xtensa-lx106-elf-gdb -x gdbstub/gdbcmdsThis assumes your esp8266 is connected to /dev/ttyUSB0.