summaryrefslogtreecommitdiff
path: root/src/jtag/interface.h
Commit message (Expand)AuthorAgeFilesLines
* IF/TRANSFER: interface->transfer() function is now fixed and verified to work...Tomek CEDRO2011-07-281-1/+1
* TRANSPORT: Supported transport names lists are now declared by src/transport....Tomek CEDRO2011-06-251-2/+0
* JTAG_INTERFACE: Extended jtag_interface API with additional methods to allow ...Tomek CEDRO2011-06-161-7/+34
* jtag: clarify jtag->init() and jtag->quit() definitionsØyvind Harboe2011-04-191-1/+8
* initial SWD transport (SWD infrastructure #2)David Brownell2010-12-241-0/+4
* transport selection tweaksDavid Brownell2010-07-091-0/+5
* interface: define TMS sequence commandDavid Brownell2010-02-271-0/+18
* change #include "jtag.h" to <jtag/jtag.h>Zachary T Welch2009-12-031-1/+1
* remove register_callbacks from jtag interfaceZachary T Welch2009-11-241-3/+1
* command_context_t -> struct command_contextZachary T Welch2009-11-131-1/+1
* jtag_interface_t -> struct jtag_interfaceZachary T Welch2009-11-131-3/+2
* SVF: clean up, mostly for TAP state name handlingDavid Brownell2009-10-231-3/+0
* Remove whitespace that occurs before ')'.zwelch2009-06-231-1/+1
* Remove whitespace that occurs after '('.zwelch2009-06-231-1/+1
* - Fixes '=' whitespacezwelch2009-06-231-1/+1
* Update documentationf or jtag_interface structure members.zwelch2009-06-031-15/+55
* Expose tap_state_by_name TAP helper available in public API.zwelch2009-06-031-6/+0
* Move the JTAG cable interface API implementationzwelch2009-06-031-0/+2
* Add missed accessor for checking the current TMS table.zwelch2009-06-031-0/+2
* Split and simplify handle_tms_sequence_command for further factoring.zwelch2009-06-031-0/+3
* Make tap_state_by_name available in new JTAG interface API header.zwelch2009-06-031-0/+3
* Add private src/jtag/interface.h for use by JTAG interface drivers:zwelch2009-06-021-0/+236