summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - add missing image handling filesdrath2007-05-292-0/+419
* - split fileio handling into fileio part and image handlingdrath2007-05-2926-938/+2522
* -- corrected embedded ice definitionsntfreak2007-05-106-81/+8
* - further work on ETB decoding (not yet functional)drath2007-05-054-14/+251
* - added support for Hitex comstick.ntfreak2007-04-281-7/+81
* - improved ETB trace outputdrath2007-04-267-13/+42
* - added support for error handlers to JTAG scan commands (jtag_[plain_][ir|dr...drath2007-04-2525-182/+462
* - explicitly disable monitor mode on ARM7/9 targetsdrath2007-04-1612-18/+107
* - allow multiple USB vendor and product ids when searching for connected FT22...drath2007-04-161-62/+145
* - correctly mask out bits that aren't part of a copied bufferdrath2007-04-123-3/+9
* - disabled excessive debug output in jtag.hdrath2007-04-116-30/+812
* - added support for Turtelizer 2 (USB JTAG interface) (Thanks to Michael Fisc...drath2007-03-303-2/+86
* - added "arm9tdmi vector_catch ['all'|'none'|'vec1 [vec2 [...]]']" commanddrath2007-03-293-9/+166
* - merged XScale branch back into trunkdrath2007-03-2821-74/+5038