aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/interface.h
AgeCommit message (Expand)Author
2010-02-27interface: define TMS sequence commandDavid Brownell
2009-12-03change #include "jtag.h" to <jtag/jtag.h>Zachary T Welch
2009-11-24remove register_callbacks from jtag interfaceZachary T Welch
2009-11-13command_context_t -> struct command_contextZachary T Welch
2009-11-13jtag_interface_t -> struct jtag_interfaceZachary T Welch
2009-10-23SVF: clean up, mostly for TAP state name handlingDavid Brownell
2009-06-23Remove whitespace that occurs before ')'.zwelch
2009-06-23Remove whitespace that occurs after '('.zwelch
2009-06-23- Fixes '=' whitespacezwelch
2009-06-03Update documentationf or jtag_interface structure members.zwelch
2009-06-03Expose tap_state_by_name TAP helper available in public API.zwelch
2009-06-03Move the JTAG cable interface API implementationzwelch
2009-06-03Add missed accessor for checking the current TMS table.zwelch
2009-06-03Split and simplify handle_tms_sequence_command for further factoring.zwelch
2009-06-03Make tap_state_by_name available in new JTAG interface API header.zwelch
2009-06-02Add private src/jtag/interface.h for use by JTAG interface drivers:zwelch