summaryrefslogtreecommitdiff
path: root/src/server
Commit message (Expand)AuthorAgeFilesLines
* - fixed several bugs in flash writing code (thanks to Pavel Chromy)drath2007-08-161-9/+9
* - renamed M5960 USB JTAG to "flyswatter"drath2007-08-105-116/+251
* - corrected stm32x_handle_options_write_command, incorrect options printedntfreak2007-07-261-5/+6
* - reformat src/jtag/bitq.c (thanks to Pavel Chromy)drath2007-07-251-52/+20
* - added support for Asix Presto JTAG interface (thanks to Pavel Chromy and As...drath2007-07-151-0/+15
* - added mingw elf patches from Vincent Palatinntfreak2007-06-161-1/+1
* - fixed arm926 cp15 command bug (thanks to Vincent Palatin for this patch)drath2007-03-261-8/+8
* - disabled FT2232 debug output (that code should be fairly stable)drath2007-01-091-1/+1
* - fixed regression in gdb_server.c (Thanks to Michael Fischer for finding the...drath2006-10-031-2/+4
* - str9x flash support (Thanks to Spencer Oliver)drath2006-09-281-96/+326
* - fixed a minor problem with the GDB server that could drop the first packet ...drath2006-08-061-0/+22
* - allow building for MinGW using either -mno-cygwin or the MinGW gccdrath2006-08-012-1/+2
* - Added support for native MinGW builds (thanks to Spencer Oliver and Michael...drath2006-07-174-61/+155
* - fixed bug in Thumb sw breakpoint handling (thanks to Spen for this patch)drath2006-06-251-22/+18
* - changed use of bzero (deprecated) to memset (thanks to Spen for pointing th...drath2006-06-251-6/+10
* - added "version" command (patch from John Hartman, thanks)drath2006-06-251-20/+23
* - added support for AT91SAM7A3 flash (patch from andre renaud, thanks)drath2006-06-231-1/+4
* - fixed some spelling errors (thanks to Andrew Dyer)drath2006-06-052-7/+7
* - prepare OpenOCD for branching, created ./trunk/drath2006-06-027-0/+2241