Skip to content

opensourcegrappler/esp8266_blinky_gdbstub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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

  1. Setup the SDK as per the esp-open-sdk instructions.

  2. Build and flash:

    make clean
    make
    make flash
    
  3. Restart the esp8266

  4. Start gdb

    xtensa-lx106-elf-gdb -x gdbstub/gdbcmds
    

    This assumes your esp8266 is connected to /dev/ttyUSB0.

About

A small project attempting to integrate gdbstub from Espressif with a blinky for the ESP8266

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors