aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/interface.h
AgeCommit message (Expand)AuthorFilesLines
2023-05-18jtag: move declaration outside functionAntonio Borneo1-4/+2
2023-05-18jtag: move in interface.h the adapter_driver's declarationAntonio Borneo1-0/+38
2022-07-23openocd: src/jtag: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2021-03-10armv7m_trace: get rid of the old tpiu codeAntonio Borneo1-1/+1
2020-07-26jtag: fix minor typosAntonio Borneo1-1/+1
2020-05-24Revert "adapter: expose HLA interface in struct adapter_driver"Antonio Borneo1-6/+0
2020-05-24swim: add new transportAntonio Borneo1-0/+4
2020-05-24adapter: expose HLA interface in struct adapter_driverAntonio Borneo1-0/+6
2020-03-12jtag: report API reset as synchronousAntonio Borneo1-0/+2
2020-01-14adi_v5_dapdirect: add support for adapter drivers that provide DAP APIAntonio Borneo1-0/+6
2020-01-14adapter: switch from struct jtag_interface to adapter_driverAntonio Borneo1-14/+29
2020-01-14hla: use the new system_reset APIAntonio Borneo1-2/+2
2020-01-14swd: get rid of jtag queue to assert/deassert srstAntonio Borneo1-0/+14
2020-01-02adapter: add command "adapter [de]assert srst|trst [[de]assert srst|trst]"Antonio Borneo1-0/+1
2019-12-21target/armv7m_trace: Improve SWO frequency auto-detectionMarc Schink1-2/+7
2019-06-04Convert DEBUG_JTAG_IO to LOG_DEBUG_IOAndreas Fritiofson1-14/+10
2018-07-19target/armv7m_trace: Fix typo in enumMarc Schink1-2/+2
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