fw/stlink
13 years agoAdded udev rules file.
Peter Zotov [Mon, 4 Apr 2011 15:10:04 +0000 (19:10 +0400)]
Added udev rules file.

13 years agoAdd real core identification. Now stlink may debug devices other than STM32F100RB...
Peter Zotov [Mon, 4 Apr 2011 08:58:54 +0000 (12:58 +0400)]
Add real core identification. Now stlink may debug devices other than STM32F100RB on Discovery.

13 years agoAdd support for remote reset commands.
Peter Zotov [Mon, 4 Apr 2011 08:22:40 +0000 (12:22 +0400)]
Add support for remote reset commands.

13 years agoRemove useless message.
Peter Zotov [Thu, 17 Feb 2011 13:45:03 +0000 (16:45 +0300)]
Remove useless message.

13 years agoFix multi-page flash writing.
Peter Zotov [Thu, 17 Feb 2011 13:44:20 +0000 (16:44 +0300)]
Fix multi-page flash writing.

13 years agoReset CPU before and after flash writing.
Peter Zotov [Wed, 16 Feb 2011 11:28:20 +0000 (14:28 +0300)]
Reset CPU before and after flash writing.

13 years agoUpdate README.
Peter Zotov [Wed, 16 Feb 2011 11:18:56 +0000 (14:18 +0300)]
Update README.

13 years agoReduce latency a bit.
Peter Zotov [Wed, 16 Feb 2011 11:04:32 +0000 (14:04 +0300)]
Reduce latency a bit.

13 years agoWrite flash correctly.
Peter Zotov [Wed, 16 Feb 2011 09:34:46 +0000 (12:34 +0300)]
Write flash correctly.

13 years agoImplement hardware breakpoints.
Peter Zotov [Wed, 16 Feb 2011 00:56:29 +0000 (03:56 +0300)]
Implement hardware breakpoints.

13 years agoUpdate memory map.
Peter Zotov [Wed, 16 Feb 2011 00:55:58 +0000 (03:55 +0300)]
Update memory map.

13 years agoFix alignment when uploading data to flash.
Peter Zotov [Tue, 15 Feb 2011 23:07:25 +0000 (02:07 +0300)]
Fix alignment when uploading data to flash.

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]