aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-06-11Out-of-line jtag_tap_next_enabled and simplify its logic.zwelch
2009-06-11Move jtag_add_statemove decl/body nearer jtag_add_pathmove.zwelch
2009-06-11disable polling continuous polling during resetoharboe
2009-06-10- update openocd online doc url'sntfreak
2009-06-10- fix texi/pdf issue created in svn r2039ntfreak
2009-06-10added pathmove commandoharboe
2009-06-10David Brownell <david-b@pacbell.net>:zwelch
2009-06-10Move the documentation for the "poll" command up withzwelch
2009-06-09Improve use of automake conditionals for FTDI-based JTAG drivers:zwelch
2009-06-09Simplify JTAG automake input file:zwelch
2009-06-09Rename jtag_driver.c as driver.c to remove duplicate name component.zwelch
2009-06-09Add a rule to rebuild libtool if ltmain.sh changes (from libtool docs).zwelch
2009-06-09reset to eol native for now. guess-rev.sh was broken by eol native, but it wa...oharboe
2009-06-09Fix make maintainer-clean for out-of-tree builds.zwelch
2009-06-09Encapsulate the core jtag interface pointer:zwelch
2009-06-09dos2unixoharboe
2009-06-09Continue encapsulation of JTAG event callback sub-API:zwelch
2009-06-09Add jtag_event_handler_t:zwelch
2009-06-09Expose jtag_unregister_event_callback with related API declarations.zwelch
2009-06-09Improve encapsulation of JTAG event handling:zwelch
2009-06-09Properly encapsulate core hasKHZ variable.zwelch
2009-06-09Cleanup and encapsulate IR Capture verification:zwelch
2009-06-09Add missing static keywords to a few variables in JTAG core module.zwelch
2009-06-09Move the jtag_error helper routines out of header file:zwelch
2009-06-09Encapsulate jtag_reset_config using accessors:zwelch
2009-06-09Remove superfluous extern for non-existant global variable.zwelch
2009-06-09Add get and set accessors for jtag_speed:zwelch
2009-06-09Encapsulate the jtag_event_callback list; add helper functions if needed.zwelch
2009-06-09Encapsulate the jtag_trst and jtag_srst variables:zwelch
2009-06-09Move extern of nvp_jtag_tap_event from jtag.h to tcl.c.zwelch
2009-06-09Remove superfluous extern of jtag_event_strings from jtag.h.zwelch
2009-06-09remove native line styleoharboe
2009-06-09removed native line end style - breaks cygwinoharboe
2009-06-09Replace 'jtag.c' with 'core.c' in code comments.zwelch
2009-06-09Remove accidental duplicate of hasKHz; fixes pre-init speed setup.zwelch
2009-06-09Provide brief description of newly factored TCL layer in The Manual.zwelch
2009-06-09Split main jtag.c file into two layers:zwelch
2009-06-09Merge documentation for jtag_add_statemove from source into header block.zwelch
2009-06-09Move Doxygen documentation for IR/DR scan routines to header file.zwelch
2009-06-09- Replace 'jtag_tap_by_abs_position' with 'jtag_tap_by_position'.zwelch
2009-06-09Remove non-existant jtag_tap_by_position API declaration.zwelch
2009-06-09Use unsigned type for jtag_tap_count and jtag_tap_by_abs_position.zwelch
2009-06-09Cleanup jtag_tap_by_abs_position:zwelch
2009-06-09Simplify jtag_tap_by_jim_object:zwelch
2009-06-09Simplify and fix bug in jtag_tap_by_string:zwelch
2009-06-09Allow jtag_tap_add to be called from other JTAG code modules.zwelch
2009-06-09Cleanup jtag_tap_count_enabled.zwelch
2009-06-09Change jtag_add_pathmove to set jtag_error rather than call exit():zwelch
2009-06-09Reduce scope or eliminate temporary variables in jtag_add_statemove:zwelch
2009-06-09Move documentation in jtag_add_statemove body to Doxygen block.zwelch