summaryrefslogtreecommitdiff
path: root/src/jtag/jtag.c
Commit message (Expand)AuthorAgeFilesLines
* Move JTAG command handling implementation into its own source file.zwelch2009-06-031-222/+0
* Finish JTAG header file modularization; command factoring follows.zwelch2009-06-031-1/+0
* Remove interface.h from public JTAG header, include it where required.zwelch2009-06-031-0/+1
* Move the JTAG cable interface API implementationzwelch2009-06-031-440/+0
* Add missed accessor for checking the current TMS table.zwelch2009-06-031-1/+6
* Split and simplify handle_tms_sequence_command for further factoring.zwelch2009-06-031-11/+14
* Make tap_state_by_name available in new JTAG interface API header.zwelch2009-06-031-9/+1
* Finish removing '#ifdef HAVE_JTAG_MINIDRIVER_H' from jtag.h:zwelch2009-06-021-0/+10
* Add header file for JTAG minidriver:zwelch2009-06-021-1/+18
* Move interface_jtag_add_scan_check_alloc implementations to theirzwelch2009-06-021-21/+0
* Continue clean-up of JTAG driver interface:zwelch2009-06-021-501/+1
* More JTAG interface driver cleanup:zwelch2009-06-021-10/+9
* More JTAG interface driver cleanup:zwelch2009-06-021-3/+7
* More JTAG interface driver cleanup:zwelch2009-06-021-1/+6
* Clean up jtag command queue handling:zwelch2009-06-021-32/+17
* Start clean-up of JTAG driver interface:zwelch2009-06-021-20/+28
* David Brownell <david-b@pacbell.net>:zwelch2009-06-011-8/+39
* David Brownell <david-b@pacbell.net>:zwelch2009-06-011-13/+11
* Encapsulate JTAG Cable API and interface structure, plan for new header file.zwelch2009-06-011-0/+1
* Encapsulate JTAG minidriver functions, plan for new header file.zwelch2009-06-011-0/+1
* added jtag_add_statemove() helper fn(actual fn written by Dick Hollonbeck, I ...oharboe2009-06-011-0/+87
* Encapsulate the global "jtag" jtag_interface pointer:zwelch2009-05-301-1/+15
* David Brownell <david-b@pacbell.net>:zwelch2009-05-301-54/+88
* David Brownell <david-b@pacbell.net>:zwelch2009-05-241-2/+3
* Submitted by Magnus Lundin <lundin@mlu.mine.nu>:zwelch2009-05-231-1/+2
* Author: Michael Bruck <mbruck@digenius.de>kc8apf2009-05-211-2/+7
* Author: Michael Bruck <mbruck@digenius.de>kc8apf2009-05-211-15/+12
* Author: Michael Bruck <mbruck@digenius.de>kc8apf2009-05-211-30/+33
* Author: Michael Bruck <mbruck@digenius.de>kc8apf2009-05-211-37/+27
* Author: Michael Bruck <mbruck@digenius.de>kc8apf2009-05-211-16/+17
* Author: Michael Bruck <mbruck@digenius.de>kc8apf2009-05-211-27/+28
* Author: Michael Bruck <mbruck@digenius.de>kc8apf2009-05-211-9/+0
* Author: Michael Bruck <mbruck@digenius.de>kc8apf2009-05-211-44/+23
* Author: Michael Bruck <mbruck@digenius.de>kc8apf2009-05-211-15/+20
* Author: Michael Bruck <mbruck@digenius.de>kc8apf2009-05-211-17/+17
* Author: Michael Bruck <mbruck@digenius.de>kc8apf2009-05-211-14/+76
* Spencer Oliver <spen@spen-soft.co.uk> use 7 tms out of resetoharboe2009-05-201-3/+3
* Author: Michael Bruck <mbruck@digenius.de>kc8apf2009-05-201-13/+12
* Author: Michael Bruck <mbruck@digenius.de>kc8apf2009-05-201-4/+2
* Author: Michael Bruck <mbruck@digenius.de>kc8apf2009-05-201-16/+15
* Author: Michael Bruck <mbruck@digenius.de>kc8apf2009-05-201-2/+1
* Author: Michael Bruck <mbruck@digenius.de>kc8apf2009-05-201-18/+16
* Author: Michael Bruck <mbruck@digenius.de>kc8apf2009-05-201-13/+12
* Author: Michael Bruck <mbruck@digenius.de>kc8apf2009-05-201-2/+1
* Author: Michael Bruck <mbruck@digenius.de>kc8apf2009-05-201-19/+25
* Author: Michael Bruck <mbruck@digenius.de>kc8apf2009-05-201-6/+7
* Author: Michael Bruck <mbruck@digenius.de>kc8apf2009-05-201-78/+80
* added tms_sequence command to allow switching between old/new tms sequenceoharboe2009-05-191-34/+60
* Enable non-7-cycle state table for FT2232 and JLinkkc8apf2009-05-181-1/+1
* Fix fallout from r1818kc8apf2009-05-181-1/+1