summaryrefslogtreecommitdiff
path: root/src/jtag/jtag.c
Commit message (Expand)AuthorAgeFilesLines
* Add accessors for speed_khz; use them in jim command handler.zwelch2009-06-051-12/+19
* Add jtag_get_flush_queue_count accessor to help future factoring.zwelch2009-06-041-1/+6
* Clean up the JTAG TAP creation handler:zwelch2009-06-041-41/+45
* Clean up the core JTAG TAP APIs:zwelch2009-06-041-32/+33
* Change hasKHz to use bool type.zwelch2009-06-041-3/+3
* Add missing static keywords in JTAG source file.zwelch2009-06-041-4/+5
* Rename jtag_add_end_state to jtag_set_end_state since "add" implies thatoharboe2009-06-041-3/+3
* Introduce jtag_get_end_state() fn to clarify code a bit.oharboe2009-06-041-1/+6
* do not modify global end state from jtag_add_xxx()oharboe2009-06-041-12/+8
* use assert() to catch TAP_INVALID passed to jtag_add_xxx() fn's.oharboe2009-06-041-4/+6
* remove TAP_INVALID as argument to jtag_add_xxx() fn'soharboe2009-06-041-1/+1
* jtag_add_end_state() now returns the value of the global variable and does no...oharboe2009-06-041-3/+6
* JTAG_TRST_ASSERTED event cleanup. More clear where and when it is invoked and...oharboe2009-06-041-8/+6
* David Brownell <david-b@pacbell.net>:zwelch2009-06-041-1/+1
* use assert() for obscure check on illegal arguments upon trst being asserted ...oharboe2009-06-031-6/+1
* 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