2082 Commits (86173cdbddde781b19ac630602f2d450a59b32b5)
 

Author SHA1 Message Date
  zwelch e8febc2255 Encapsulate the core jtag interface pointer: 15 years ago
  oharboe 5f4ecc60a9 dos2unix 15 years ago
  zwelch 15974a0eeb Continue encapsulation of JTAG event callback sub-API: 15 years ago
  zwelch aabb31d571 Add jtag_event_handler_t: 15 years ago
  zwelch ae52de5ad5 Expose jtag_unregister_event_callback with related API declarations. 15 years ago
  zwelch a485ded4bf Improve encapsulation of JTAG event handling: 15 years ago
  zwelch a2d18e9111 Properly encapsulate core hasKHZ variable. 15 years ago
  zwelch 55be316dbf Cleanup and encapsulate IR Capture verification: 15 years ago
  zwelch a70d77aec3 Add missing static keywords to a few variables in JTAG core module. 15 years ago
  zwelch f9596e96c9 Move the jtag_error helper routines out of header file: 15 years ago
  zwelch 6dc2c2ce97 Encapsulate jtag_reset_config using accessors: 15 years ago
  zwelch 2a8e37173a Remove superfluous extern for non-existant global variable. 15 years ago
  zwelch cd7f89f6bc Add get and set accessors for jtag_speed: 15 years ago
  zwelch bcad121d2b Encapsulate the jtag_event_callback list; add helper functions if needed. 15 years ago
  zwelch 175867ea32 Encapsulate the jtag_trst and jtag_srst variables: 15 years ago
  zwelch 92a102c2d5 Move extern of nvp_jtag_tap_event from jtag.h to tcl.c. 15 years ago
  zwelch d19643f774 Remove superfluous extern of jtag_event_strings from jtag.h. 15 years ago
  oharboe 7a53ff6633 remove native line style 15 years ago
  oharboe f5d2e29763 removed native line end style - breaks cygwin 15 years ago
  zwelch 133a616572 Replace 'jtag.c' with 'core.c' in code comments. 15 years ago
  zwelch 8e081cf401 Remove accidental duplicate of hasKHz; fixes pre-init speed setup. 15 years ago
  zwelch aed24a5946 Provide brief description of newly factored TCL layer in The Manual. 15 years ago
  zwelch 66707c94d7 Split main jtag.c file into two layers: 15 years ago
  zwelch 03b2b345ed Merge documentation for jtag_add_statemove from source into header block. 15 years ago
  zwelch cf08b00376 Move Doxygen documentation for IR/DR scan routines to header file. 15 years ago
  zwelch 3cd428ffdb - Replace 'jtag_tap_by_abs_position' with 'jtag_tap_by_position'. 15 years ago
  zwelch f7216ffa33 Remove non-existant jtag_tap_by_position API declaration. 15 years ago
  zwelch 2410d4b2b9 Use unsigned type for jtag_tap_count and jtag_tap_by_abs_position. 15 years ago
  zwelch 0c3e5b5069 Cleanup jtag_tap_by_abs_position: 15 years ago
  zwelch 009034f56c Simplify jtag_tap_by_jim_object: 15 years ago
  zwelch 9f185eef7d Simplify and fix bug in jtag_tap_by_string: 15 years ago
  zwelch 1c74d0e3a4 Allow jtag_tap_add to be called from other JTAG code modules. 15 years ago
  zwelch d706eb206e Cleanup jtag_tap_count_enabled. 15 years ago
  zwelch ff85ad7c12 Change jtag_add_pathmove to set jtag_error rather than call exit(): 15 years ago
  zwelch 731d2d0cb6 Reduce scope or eliminate temporary variables in jtag_add_statemove: 15 years ago
  zwelch b3121aac76 Move documentation in jtag_add_statemove body to Doxygen block. 15 years ago
  zwelch ec274b2707 Revert changes from r2134 that snuck into the commit. Mea culpa. 15 years ago
  zwelch 594abeb82b David Brownell <david-b@pacbell.net>: 15 years ago
  kc8apf f0bb29b9d9 Fix eol-style on guess-rev.sh 15 years ago
  oharboe 3245a0cd5f update zy1000 to latest minidriver work 15 years ago
  oharboe 76d9c3d5b8 Zach Welch wrote a fix for configure problems under Cygwin. 15 years ago
  zwelch 6dc00b00a4 Add documentation for new interface_list command to user guide. 15 years ago
  zwelch 51d158c410 Factor interface list to its own command: 15 years ago
  zwelch 7bcd2e6854 Cleanup and simplify handle_interface_command: 15 years ago
  zwelch 8290a05c2b Simplify jtag_add_sleep: 15 years ago
  zwelch 8c21ca7e81 Simplify jtag_add_reset: 15 years ago
  zwelch 6f4de887f7 Simplify jtag_add_clocks: 15 years ago
  zwelch d76c63431f Simplify jtag_add_runtest: 15 years ago
  zwelch 521d8d5bfa Simplify jtag_add_pathmove: 15 years ago
  zwelch 8a89899860 Simplify jtag_add_tlr: 15 years ago