summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Changed openocd version info creation to be more useful.bodylove2007-12-102-1/+9
* - added patch to display device information as INFO toomifi2007-12-093-9/+36
* Merged rev 215 changes from /branches/xscale-ixp-be into trunk:bodylove2007-12-051-3/+4
* Do not overwrite code when removing software breakpoint if it no longer conta...vpalatin2007-12-041-2/+10
* - added support for Hitex STM32 Performance Stickntfreak2007-11-231-0/+79
* - reset_run now works as expected on cortex-m3ntfreak2007-11-216-121/+304
* - corrected str91x bank1 programming issuesntfreak2007-10-263-61/+65
* - add verify_image commandntfreak2007-10-2218-11/+392
* - cleaned up str7, str9 and stm32 flash driversntfreak2007-10-0810-72/+236
* - flash autoerase <on|off> cmd added, default is off - flash banks are calcul...ntfreak2007-10-019-116/+153
* - Fixed display of sector sizes in flash.cmlu2007-09-107-107/+127
* - added ft2232_latency commandmlu2007-09-101-2/+21
* Patch by Michael Schwingen thatdrath2007-09-058-39/+72
* - added support for setting JTAG frequency on ASIX PRESTO (thanks to Pavel Ch...drath2007-08-256-221/+445
* - correctly initialize start address for XScale trace buffer decodes in fill-...drath2007-08-212-1/+14
* - Support for AT91SAM7xx512 chipsmlu2007-08-201-134/+231
* - Support for AT91SAM7xx512 chipsmlu2007-08-201-5/+3
* - update file size when writing to a fileiodrath2007-08-201-2/+8
* - renamed "xscale dump_trace_buffer" to "xscale dump_trace" and added code fo...drath2007-08-173-7/+52
* - update jtag_speed setting when changing it during runtime with a FT2232 bas...drath2007-08-166-10/+49
* - fixed several bugs in flash writing code (thanks to Pavel Chromy)drath2007-08-163-121/+149
* - corrected automake scriptdrath2007-08-143-3/+5
* - reworked presto.c to allow use of either FTD2XX or libftdi (libftdi not fun...drath2007-08-1413-214/+626
* - fix build issues when not using autoconf/automake to buildntfreak2007-08-131-1/+3
* - bumped version informationdrath2007-08-101-1/+1
* - changed mingw host detection to *-mingw instead of *-*-mingw to work with i...drath2007-08-101-0/+1
* - renamed M5960 USB JTAG to "flyswatter"drath2007-08-1055-633/+1606
* - trying to remove a breakpoint with target running should not exit(-1) from ...mlu2007-08-091-2/+11
* - cleaned up cycle counting in ETM analysisdrath2007-07-312-12/+9
* - add missing configure.in change from last checkindrath2007-07-311-1/+1
* - calculate cycles since last executed instruction when cycle-accurate tracin...drath2007-07-317-38/+716
* - motorola s19 file loader addedntfreak2007-07-314-9/+276
* - corrected stm32x_handle_options_write_command, incorrect options printedntfreak2007-07-266-48/+66
* - restrict direct parallel port access to x86 platforms (thanks to Vincent Pa...drath2007-07-263-9/+15
* - documentation fixes (thanks to Uwe Hermann)drath2007-07-261-1/+1
* - reformat src/jtag/bitq.c (thanks to Pavel Chromy)drath2007-07-259-308/+300
* - added support for Asix Presto JTAG interface (thanks to Pavel Chromy and As...drath2007-07-1516-14/+1833
* - fixed endianness helper macros (thanks to obilix and wiml for finding and f...drath2007-06-288-134/+544
* - ST STM32x cortex support addedntfreak2007-06-2413-321/+1271
* - added support for Intel/Marvel PXA27x (XScale) targetsdrath2007-06-219-127/+125
* - str9xpec driver was using stricmp, changed to strcmp for posix compatibilityntfreak2007-06-161-32/+4
* - added mingw elf patches from Vincent Palatinntfreak2007-06-1615-21/+1544
* - added support for pseudo image type "mem", currently only used for etm anal...drath2007-06-154-23/+69
* Added patch for Luminar Micors Fury class devices (Joe Kroesche)mlu2007-06-142-10/+63
* - added stellaris.[ch] missing from Cortex-M3 mergedrath2007-06-142-0/+891
* - merged support for Cortex-M3 from cortex-m3 branch (thanks to Magnus Lundin)drath2007-06-1410-4/+3272
* - added manpage for OpenOCD (thanks to Uwe Hermann)drath2007-06-1413-94/+815
* - add support for ELF images (thanks to Vincent Palatin for this patch)drath2007-05-314-11/+218
* - reworked image handling to support multiple sections (tested with ihex file...drath2007-05-307-165/+201
* - add missing file src/target/trace.hdrath2007-05-291-0/+34