aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/interface.h
AgeCommit message (Expand)AuthorFilesLines
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2015-03-25armv7m_trace, stlink: provide APIs to capture trace with an adapterPaul Fertser1-0/+29
2014-10-06jtag: constify driver arraysSpencer Oliver1-1/+1
2014-06-28transport: Constify the transports vectorAndreas Fritiofson1-2/+2
2014-01-09cmsis-dap: add initial cmsis-dap supportSpencer Oliver1-2/+0
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2012-04-10topic: add reset functions for SWDSimon Qian1-0/+3
2012-02-06build: cleanup src/jtag directorySpencer Oliver1-15/+14
2011-04-19jtag: clarify jtag->init() and jtag->quit() definitionsØyvind Harboe1-1/+8
2010-12-24initial SWD transport (SWD infrastructure #2)David Brownell1-0/+4
2010-07-09transport selection tweaksDavid Brownell1-0/+5
2010-02-27interface: define TMS sequence commandDavid Brownell1-0/+18
2009-12-03change #include "jtag.h" to <jtag/jtag.h>Zachary T Welch1-1/+1
2009-11-24remove register_callbacks from jtag interfaceZachary T Welch1-3/+1
2009-11-13command_context_t -> struct command_contextZachary T Welch1-1/+1
2009-11-13jtag_interface_t -> struct jtag_interfaceZachary T Welch1-3/+2
2009-10-23SVF: clean up, mostly for TAP state name handlingDavid Brownell1-3/+0
2009-06-23Remove whitespace that occurs before ')'.zwelch1-1/+1
2009-06-23Remove whitespace that occurs after '('.zwelch1-1/+1
2009-06-23- Fixes '=' whitespacezwelch1-1/+1
2009-06-03Update documentationf or jtag_interface structure members.zwelch1-15/+55
2009-06-03Expose tap_state_by_name TAP helper available in public API.zwelch1-6/+0
2009-06-03Move the JTAG cable interface API implementationzwelch1-0/+2
2009-06-03Add missed accessor for checking the current TMS table.zwelch1-0/+2
2009-06-03Split and simplify handle_tms_sequence_command for further factoring.zwelch1-0/+3
2009-06-03Make tap_state_by_name available in new JTAG interface API header.zwelch1-0/+3
2009-06-02Add private src/jtag/interface.h for use by JTAG interface drivers:zwelch1-0/+236