42 Commits (91d21d22ca26d4c103c0a60f1f937283597302bc)

Author SHA1 Message Date
  drath dbd95cb8a2 - calculate cycles since last executed instruction when cycle-accurate tracing is enabled 17 years ago
  drath 712be40f8d - restrict direct parallel port access to x86 platforms (thanks to Vincent Palatin) 17 years ago
  drath 290e01c62a - reformat src/jtag/bitq.c (thanks to Pavel Chromy) 17 years ago
  drath 1429d2c659 - added support for Asix Presto JTAG interface (thanks to Pavel Chromy and Asix for making this addition possible) 17 years ago
  drath ffb51c23fd - added support for Intel/Marvel PXA27x (XScale) targets 17 years ago
  drath 237e894805 - split fileio handling into fileio part and image handling 17 years ago
  ntfreak e8af4de0a7 -- corrected embedded ice definitions 17 years ago
  drath 054b091623 - further work on ETB decoding (not yet functional) 17 years ago
  ntfreak a1562e8f56 - added support for Hitex comstick. 17 years ago
  drath 22bc5194ae - added support for error handlers to JTAG scan commands (jtag_[plain_][ir|dr]_scan) 17 years ago
  drath c62e5b4c23 - allow multiple USB vendor and product ids when searching for connected FT2232 based JTAG interfaces (thanks to Werner Almesberger for this patch) 17 years ago
  drath a48a5e6d94 - disabled excessive debug output in jtag.h 17 years ago
  drath 98da554bbd - added support for Turtelizer 2 (USB JTAG interface) (Thanks to Michael Fischer for this patch) 17 years ago
  drath 4a5f45e87d - merged XScale branch back into trunk 17 years ago
  drath 5ed126c4f9 - fixed arm926 cp15 command bug (thanks to Vincent Palatin for this patch) 17 years ago
  drath cb58279653 - reworked file i/o. every fileaccess (target, flash, nand, in future configuration, too) should now go through the fileio subsystem 17 years ago
  drath e0c2e30660 - fixed libftdi initialization 17 years ago
  drath 4102c78432 - merged several changes from XScale 17 years ago
  drath 30ebf9fece - disabled JTAG debug output 17 years ago
  drath 4fc97d3f27 - fix incorrect parsing of whitespace in command.c (thanks to Magnus Lundin) 17 years ago
  ntfreak adaed4c1c7 - added support for ST flashlink cable 17 years ago
  drath a4f2e1eaac - disabled FT2232 debug output (that code should be fairly stable) 17 years ago
  drath e9297b40b9 - added a PLD (programmable logic device) subsystem for FPGA, CPLD etc. configuration 17 years ago
  drath 03e8f264f4 - added support for the oocd-link (http://www.joernonline.de/dw/doku.php?id=en:projects:oocdlink) 17 years ago
  drath 83440065c0 - correctly enter debug state on a "soft_reset_halt" command 17 years ago
  drath 456737b08b - several small fixes (thanks to Magnus Lundin and Spencer Oliver) 17 years ago
  drath e8ead33804 - fixed endianness handling in arm7_9_read_core_reg (thanks to Magnus Lundin for reporting this) 17 years ago
  drath 81294537cd - allow FT2232 devices to be opened by serial number instead of device description ('ft2232_serial <serial>' command) 17 years ago
  drath 94ffacdd93 - added support for American Microsystem's M5960 (FT2232 based USB JTAG interface) 17 years ago
  drath a582e9a8d1 - str9x flash support (Thanks to Spencer Oliver) 17 years ago
  drath 4cdb7c5a53 - added missing AT91RM9200 files 18 years ago
  drath 3acb107b9a - endianess fixes everywhere but in the flash code. flashing might still be broken on big-endian targets and/or hosts 18 years ago
  drath 5fcd1d704c - renamed jtag_interface_t.support_statemove to jtag_interface_t.support_pathmove (it is used to indicate jtag_add_pathmove support) 18 years ago
  drath 15294929e2 - added support for the Signalyzer USB->JTAG dongle (www.signalyzer.com) 18 years ago
  drath ec0f06db11 - added support for FreeBSD ppi (parallel port access similar to /dev/parport on linux) (thanks to Darius for this patch) 18 years ago
  drath ca1e5ee1f4 - fixed jtag_n[st]rst_delay. time is now miliseconds (as documented), not microseconds 18 years ago
  drath 7d24476146 - allow building for MinGW using either -mno-cygwin or the MinGW gcc 18 years ago
  drath 1341eb3b0a - added configurable delays after reset lines get deasserted. useful if reset circuitry keeps lines asserted for too long. 18 years ago
  drath 82d2633b5f - Added support for native MinGW builds (thanks to Spencer Oliver and Michael Fischer) - you still need to install GiveIO (not part of OpenOCD) 18 years ago
  drath db0264db2a - added "version" command (patch from John Hartman, thanks) 18 years ago
  drath ef139a3a5e - added support for AT91SAM7A3 flash (patch from andre renaud, thanks) 18 years ago
  drath 8b4e882a16 - prepare OpenOCD for branching, created ./trunk/ 18 years ago