35 Commits (f133158175b568b9355e1bb3da159fd235723dec)

Author SHA1 Message Date
  oharboe f133158175 Introduce jtag_get_end_state() fn to clarify code a bit. 15 years ago
  oharboe 6468859389 remove TAP_INVALID as argument to jtag_add_xxx() fn's 15 years ago
  kc8apf c977616cda Consolidate target selection code into single get_target() that handles both names and numbers. Provided by David Brownell <david-b@pacbell.net> 15 years ago
  oharboe f5b8fecf2e switch to jtag_add_dr_scan_check() - USB performance fix 15 years ago
  oharboe 978a4bb4b4 switch to jtag_add_callback() - USB performance fix 15 years ago
  zwelch 56504fdd73 Audit and eliminate redundant #include directives in other target files. 15 years ago
  oharboe d7f71e7fe9 whitespace fixes 15 years ago
  oharboe 57bc9f37c9 in_handler in_check_mask and in_check_value now removed from field. Last big patch in the series of JTAG API cleanup. 15 years ago
  oharboe 101ec4eae1 retire jtag_set_check_value 15 years ago
  oharboe cee9970c98 remove in_handler usage 15 years ago
  oharboe e86dee3200 remove unecessary setting of deprecated fields to NULL 15 years ago
  oharboe 4d88c124b1 retire out_mask - not used anywhere 15 years ago
  oharboe b6f268c113 mark usage of in_handler that can be converted into user code 15 years ago
  oharboe 03fdabaaac Mariano Alvira <mar@devl.org> fixes warnings 15 years ago
  zwelch 8c1ec4f0e1 Add static keywords to core target source file data and functions. 15 years ago
  zwelch 1de959ca1c Remove redundant declarations to allow building with -Wredundant-decls. 15 years ago
  oharboe 40580e2d71 Zach Welch <zw@superlucidity.net> fix -Werror warnings 15 years ago
  mifi 0bba832713 The following patches was applied: 15 years ago
  kc8apf c45de8073d Change tap_state naming to be consistent with SVF documentation. 15 years ago
  duane a28eaa85f7 jtag newtap change & huge manual update 15 years ago
  oharboe e3462b228c jtag_get_device() now returns NULL and reports error instead of invoking exit() 15 years ago
  oharboe cb434c21af error checking - no reported errors, but catched a couple of exit()'s and converted them to errors. 15 years ago
  oharboe ccc2e3fe76 Laurentiu Cocanu - memory read/write and exit() error path fixes 15 years ago
  ntfreak d47e1b8f36 - rename log functions to stop conflicts under win32 (wingdi) 16 years ago
  drath 3d6bcf0792 - convert all files to unix line-ending 16 years ago
  oharboe 687a9553c9 From Michael Bruck 16 years ago
  mifi 2e01a1ad19 - added gdb flash fixes patch 16 years ago
  drath b930514e2f - added support for setting JTAG frequency on ASIX PRESTO (thanks to Pavel Chromy) 16 years ago
  drath cb6ebced3d - update jtag_speed setting when changing it during runtime with a FT2232 based interface 17 years ago
  drath 53d1f9b2ca - added manpage for OpenOCD (thanks to Uwe Hermann) 17 years ago
  drath 237e894805 - split fileio handling into fileio part and image handling 17 years ago
  drath 054b091623 - further work on ETB decoding (not yet functional) 17 years ago
  drath 2f7eca4707 - improved ETB trace output 17 years ago
  drath 22bc5194ae - added support for error handlers to JTAG scan commands (jtag_[plain_][ir|dr]_scan) 17 years ago
  drath 5ed126c4f9 - fixed arm926 cp15 command bug (thanks to Vincent Palatin for this patch) 17 years ago