44 Commits (98723c4ecdbe06f90c66f3abec27b792c3b38e34)

Author SHA1 Message Date
  Zachary T Welch 98723c4ecd command_context_t -> struct command_context 14 years ago
  Zachary T Welch 246068fd89 jtag_command_t -> struct jtag_command 14 years ago
  Zachary T Welch 9f535f9af7 jtag_interface_t -> struct jtag_interface 14 years ago
  Zachary T Welch cfc4d5c6b7 use COMMAND_HANDLER macro to define all commands 14 years ago
  Zachary T Welch 8d6dcb9d39 jtag: remove useless declarations 14 years ago
  Zachary T Welch b7b561aae8 Improve jtag command argument parsing. 14 years ago
  oharboe c7565cc381 Ferdinand Postema <ferdinand@postema.eu> fix cygwin warnings 15 years ago
  zwelch d6a686c852 Ferdinand Postema <ferdinand@postema.eu>: 15 years ago
  zwelch dc575dc5bf Remove whitespace that occurs before ')'. 15 years ago
  zwelch f90d8fa45f Remove whitespace that occurs after '('. 15 years ago
  zwelch f876d5e9c7 Transform 'u16' to 'uint16_t' 15 years ago
  zwelch c18947b947 Transform 'u8' to 'uint8_t' 15 years ago
  zwelch f218f36df5 Simplify and improve amt_jtagaccel_handle_parport_port_command: 15 years ago
  zwelch 6dc2c2ce97 Encapsulate jtag_reset_config using accessors: 15 years ago
  zwelch cd7f89f6bc Add get and set accessors for jtag_speed: 15 years ago
  zwelch a3e84343e2 Finish JTAG header file modularization; command factoring follows. 15 years ago
  zwelch 67caf323f7 Remove interface.h from public JTAG header, include it where required. 15 years ago
  oharboe 8dab0ecf23 Remove unused code, TAP_INVALID is never passed to drivers. 15 years ago
  zwelch a88871bc6a Encapsulate JTAG Cable API and interface structure, plan for new header file. 15 years ago
  oharboe 7992eaf0fc remove unused JTAG_END_STATE 15 years ago
  oharboe 231a71b7fb Michael Bruck <mbruck@digenius.de> change 'ir_scan' from 'int' to 'bool' to document its semantics 15 years ago
  zwelch 004c7124c4 Audit and eliminate redundant #include directives from src/jtag. 15 years ago
  oharboe d2d75efb39 Zach Welch <zw@superlucidity.net> use static keyword in jtag layer and drivers 15 years ago
  oharboe dd6912b1e5 Zach Welch <zw@superlucidity.net> use tap_state_t 15 years ago
  mifi 0bba832713 The following patches was applied: 15 years ago
  kc8apf ab9dfffdb5 - Cable driver helper API courtesy of Dick Hollenbeck <dick@softplc.com> 15 years ago
  kc8apf bcde5b3830 Clean up references to old tap_state names 15 years ago
  kc8apf c45de8073d Change tap_state naming to be consistent with SVF documentation. 15 years ago
  oharboe e5415575bd duane ellis: fix warning 15 years ago
  ntfreak ce16ff901c - fix target_examine declaration 16 years ago
  oharboe f370d70670 Duane Ellis: fix warnings 16 years ago
  oharboe 2585fc3420 Don Porges fixed c99 issues. 16 years ago
  ntfreak d47e1b8f36 - rename log functions to stop conflicts under win32 (wingdi) 16 years ago
  drath 966b912b65 - fix line-endings 16 years ago
  oharboe f76cf27380 Uwe Hermann fixed some warnings. 16 years ago
  mifi 8f6d142b95 - added patch to change pathmove handling 16 years ago
  drath 712be40f8d - restrict direct parallel port access to x86 platforms (thanks to Vincent Palatin) 17 years ago
  drath 22bc5194ae - added support for error handlers to JTAG scan commands (jtag_[plain_][ir|dr]_scan) 17 years ago
  drath 4a5f45e87d - merged XScale branch back into trunk 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 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 7d24476146 - allow building for MinGW using either -mno-cygwin or the MinGW gcc 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 8b4e882a16 - prepare OpenOCD for branching, created ./trunk/ 18 years ago