aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2007-11-21- reset_run now works as expected on cortex-m3ntfreak6-121/+304
2007-10-26- corrected str91x bank1 programming issuesntfreak3-61/+65
2007-10-22- add verify_image commandntfreak18-11/+392
2007-10-08- cleaned up str7, str9 and stm32 flash driversntfreak10-72/+236
2007-10-01- flash autoerase <on|off> cmd added, default is off - flash banks are calcul...ntfreak9-116/+153
2007-09-10- Fixed display of sector sizes in flash.cmlu7-107/+127
2007-09-10- added ft2232_latency commandmlu1-2/+21
2007-09-05Patch by Michael Schwingen thatdrath8-39/+72
2007-08-25- added support for setting JTAG frequency on ASIX PRESTO (thanks to Pavel Ch...drath6-221/+445
2007-08-21- correctly initialize start address for XScale trace buffer decodes in fill-...drath2-1/+14
2007-08-20- Support for AT91SAM7xx512 chipsmlu1-134/+231
2007-08-20- Support for AT91SAM7xx512 chipsmlu1-5/+3
2007-08-20- update file size when writing to a fileiodrath1-2/+8
2007-08-17- renamed "xscale dump_trace_buffer" to "xscale dump_trace" and added code fo...drath3-7/+52
2007-08-16- update jtag_speed setting when changing it during runtime with a FT2232 bas...drath6-10/+49
2007-08-16- fixed several bugs in flash writing code (thanks to Pavel Chromy)drath3-121/+149
2007-08-14- corrected automake scriptdrath3-3/+5
2007-08-14- reworked presto.c to allow use of either FTD2XX or libftdi (libftdi not fun...drath13-214/+626
2007-08-13- fix build issues when not using autoconf/automake to buildntfreak1-1/+3
2007-08-10- bumped version informationdrath1-1/+1
2007-08-10- changed mingw host detection to *-mingw instead of *-*-mingw to work with i...drath1-0/+1
2007-08-10- renamed M5960 USB JTAG to "flyswatter"drath55-633/+1606
2007-08-09- trying to remove a breakpoint with target running should not exit(-1) from ...mlu1-2/+11
2007-07-31- cleaned up cycle counting in ETM analysisdrath2-12/+9
2007-07-31- add missing configure.in change from last checkindrath1-1/+1
2007-07-31- calculate cycles since last executed instruction when cycle-accurate tracin...drath7-38/+716
2007-07-31- motorola s19 file loader addedntfreak4-9/+276
2007-07-26- corrected stm32x_handle_options_write_command, incorrect options printedntfreak6-48/+66
2007-07-26- restrict direct parallel port access to x86 platforms (thanks to Vincent Pa...drath3-9/+15
2007-07-26- documentation fixes (thanks to Uwe Hermann)drath1-1/+1
2007-07-25- reformat src/jtag/bitq.c (thanks to Pavel Chromy)drath9-308/+300
2007-07-15- added support for Asix Presto JTAG interface (thanks to Pavel Chromy and As...drath16-14/+1833
2007-06-28- fixed endianness helper macros (thanks to obilix and wiml for finding and f...drath8-134/+544
2007-06-24- ST STM32x cortex support addedntfreak13-321/+1271
2007-06-21- added support for Intel/Marvel PXA27x (XScale) targetsdrath9-127/+125
2007-06-16- str9xpec driver was using stricmp, changed to strcmp for posix compatibilityntfreak1-32/+4
2007-06-16- added mingw elf patches from Vincent Palatinntfreak15-21/+1544
2007-06-15- added support for pseudo image type "mem", currently only used for etm anal...drath4-23/+69
2007-06-14Added patch for Luminar Micors Fury class devices (Joe Kroesche)mlu2-10/+63
2007-06-14- added stellaris.[ch] missing from Cortex-M3 mergedrath2-0/+891
2007-06-14- merged support for Cortex-M3 from cortex-m3 branch (thanks to Magnus Lundin)drath10-4/+3272
2007-06-14- added manpage for OpenOCD (thanks to Uwe Hermann)drath13-94/+815
2007-05-31- add support for ELF images (thanks to Vincent Palatin for this patch)drath4-11/+218
2007-05-30- reworked image handling to support multiple sections (tested with ihex file...drath7-165/+201
2007-05-29- add missing file src/target/trace.hdrath1-0/+34
2007-05-29- add missing image handling filesdrath2-0/+419
2007-05-29- split fileio handling into fileio part and image handlingdrath26-938/+2522
2007-05-10-- corrected embedded ice definitionsntfreak6-81/+8
2007-05-05- further work on ETB decoding (not yet functional)drath4-14/+251
2007-04-28- added support for Hitex comstick.ntfreak1-7/+81