fw/stlink
13 years agoFix continue command.
Peter Zotov [Tue, 15 Feb 2011 21:21:38 +0000 (00:21 +0300)]
Fix continue command.

13 years agoImplemented flash writing.
Peter Zotov [Tue, 15 Feb 2011 21:01:12 +0000 (00:01 +0300)]
Implemented flash writing.

13 years agoImplement FlashErase GDB command.
Peter Zotov [Tue, 15 Feb 2011 19:35:19 +0000 (22:35 +0300)]
Implement FlashErase GDB command.

13 years agoImplement query command and add memory map.
Peter Zotov [Tue, 15 Feb 2011 18:50:34 +0000 (21:50 +0300)]
Implement query command and add memory map.

13 years agoAdd optional -DDEBUG to Makefile.
Peter Zotov [Tue, 15 Feb 2011 16:48:36 +0000 (19:48 +0300)]
Add optional -DDEBUG to Makefile.

13 years agoBind to localhost.
Peter Zotov [Tue, 15 Feb 2011 16:47:57 +0000 (19:47 +0300)]
Bind to localhost.

13 years agoUse SO_REUSEADDR socket option to allow binding after ^C.
Peter Zotov [Tue, 15 Feb 2011 16:47:45 +0000 (19:47 +0300)]
Use SO_REUSEADDR socket option to allow binding after ^C.

13 years agoDon't exit after kill gdb command; re-listen instead.
Peter Zotov [Tue, 15 Feb 2011 16:47:18 +0000 (19:47 +0300)]
Don't exit after kill gdb command; re-listen instead.

13 years agoAdd working GDB remote debug server.
Peter Zotov [Tue, 15 Feb 2011 02:15:28 +0000 (05:15 +0300)]
Add working GDB remote debug server.

13 years ago[fix] unknown bug, must use 0x40 instead of pgsize when writing flash
texane [Fri, 14 Jan 2011 16:49:59 +0000 (10:49 -0600)]
[fix] unknown bug, must use 0x40 instead of pgsize when writing flash

13 years ago[add] disasm script
texane [Fri, 14 Jan 2011 16:25:05 +0000 (10:25 -0600)]
[add] disasm script

13 years ago[update] stlink_{fread,fwrite}
texane [Fri, 14 Jan 2011 16:24:32 +0000 (10:24 -0600)]
[update] stlink_{fread,fwrite}

13 years ago[add] default bootloader dump
texane [Fri, 14 Jan 2011 16:23:18 +0000 (10:23 -0600)]
[add] default bootloader dump

13 years ago[add] dirty example
texane [Fri, 14 Jan 2011 15:54:01 +0000 (09:54 -0600)]
[add] dirty example

13 years ago[fix] use xxx_mem8 to write buffer into sram.
texane [Fri, 14 Jan 2011 12:18:08 +0000 (06:18 -0600)]
[fix] use xxx_mem8 to write buffer into sram.

13 years ago[update] write a file to flash. compile, not tested.
texane [Fri, 14 Jan 2011 10:45:43 +0000 (04:45 -0600)]
[update] write a file to flash. compile, not tested.

13 years ago[initial]
texane [Fri, 14 Jan 2011 08:54:52 +0000 (02:54 -0600)]
[initial]