summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - fixed arm926 cp15 command bug (thanks to Vincent Palatin for this patch)drath2007-03-2626-81/+499
* - added missing files for last commitdrath2007-03-162-0/+670
* - reworked file i/o. every fileaccess (target, flash, nand, in future configu...drath2007-03-1520-126/+2895
* - fixed libftdi initializationdrath2007-02-201-6/+8
* - add missing parentheses around macro parameters (thanks to Matthias Bauch f...drath2007-02-032-24/+24
* - merged several changes from XScaledrath2007-01-316-8/+88
* - disabled use of single-step bit for EmbeddedICE version 6 coresdrath2007-01-262-2/+1
* - disabled JTAG debug outputdrath2007-01-252-2/+2
* - Added support for ARM926EJ-S based coresdrath2007-01-254-2/+893
* - fix incorrect parsing of whitespace in command.c (thanks to Magnus Lundin)drath2007-01-2217-119/+252
* - added support for ST flashlink cablentfreak2007-01-181-0/+1
* - disabled FT2232 debug output (that code should be fairly stable)drath2007-01-097-14/+57
* - added a PLD (programmable logic device) subsystem for FPGA, CPLD etc. confi...drath2006-11-2216-70/+1635
* - added support for the oocd-link (http://www.joernonline.de/dw/doku.php?id=e...drath2006-11-075-36/+51
* - correctly enter debug state on a "soft_reset_halt" commanddrath2006-11-056-42/+87
* - several small fixes (thanks to Magnus Lundin and Spencer Oliver)drath2006-10-235-9/+18
* - fixed endianness handling in arm7_9_read_core_reg (thanks to Magnus Lundin ...drath2006-10-192-11/+14
* - allow FT2232 devices to be opened by serial number instead of device descri...drath2006-10-124-18/+67
* - added support for American Microsystem's M5960 (FT2232 based USB JTAG inter...drath2006-10-063-15/+122
* - fixed regression in gdb_server.c (Thanks to Michael Fischer for finding the...drath2006-10-031-2/+4