aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/interface.h
AgeCommit message (Expand)Author
2020-01-14hla: use the new system_reset APIAntonio Borneo
2020-01-14swd: get rid of jtag queue to assert/deassert srstAntonio Borneo
2020-01-02adapter: add command "adapter [de]assert srst|trst [[de]assert srst|trst]"Antonio Borneo
2019-12-21target/armv7m_trace: Improve SWO frequency auto-detectionMarc Schink
2019-06-04Convert DEBUG_JTAG_IO to LOG_DEBUG_IOAndreas Fritiofson
2018-07-19target/armv7m_trace: Fix typo in enumMarc Schink
2016-05-24Remove FSF address from GPL noticesMarc Schink
2015-03-25armv7m_trace, stlink: provide APIs to capture trace with an adapterPaul Fertser
2014-10-06jtag: constify driver arraysSpencer Oliver
2014-06-28transport: Constify the transports vectorAndreas Fritiofson
2014-01-09cmsis-dap: add initial cmsis-dap supportSpencer Oliver
2013-06-05update files to correct FSF addressSpencer Oliver
2012-04-10topic: add reset functions for SWDSimon Qian
2012-02-06build: cleanup src/jtag directorySpencer Oliver
2011-04-19jtag: clarify jtag->init() and jtag->quit() definitionsØyvind Harboe
2010-12-24initial SWD transport (SWD infrastructure #2)David Brownell
2010-07-09transport selection tweaksDavid Brownell
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