Restructure libs source to support multi platform
[fw/stlink] / src /
2011-02-15 Peter ZotovFix alignment when uploading data to flash.
2011-02-15 Peter ZotovFix continue command.
2011-02-15 Peter ZotovImplemented flash writing.
2011-02-15 Peter ZotovImplement FlashErase GDB command.
2011-02-15 Peter ZotovImplement query command and add memory map.
2011-02-15 Peter ZotovAdd optional -DDEBUG to Makefile.
2011-02-15 Peter ZotovBind to localhost.
2011-02-15 Peter ZotovUse SO_REUSEADDR socket option to allow binding after ^C.
2011-02-15 Peter ZotovDon't exit after kill gdb command; re-listen instead.
2011-02-15 Peter ZotovAdd working GDB remote debug server.
2011-01-14 texane[fix] unknown bug, must use 0x40 instead of pgsize...
2011-01-14 texane[update] stlink_{fread,fwrite}
2011-01-14 texane[fix] use xxx_mem8 to write buffer into sram.
2011-01-14 texane[update] write a file to flash. compile, not tested.
2011-01-14 texane[initial]