lpc-field

Template project for programming NXP's LPC1768 MCUs
git clone git://git.mdnr.space/lpc-field
Log | Files | Refs | README | LICENSE

.gdbinit (185B)


      1 target extended-remote localhost:3333
      2 source /home/mehdi/extra/gits/svd-tools/gdb-svd.py
      3 svd LPC176x5x.svd
      4 monitor reset halt
      5 monitor flash write_image erase build/fw.elf
      6 start
      7 lay src