summaryrefslogtreecommitdiff
path: root/src/jtag
Commit message (Expand)AuthorAgeFilesLines
...
* Clean up handle_endstate_command():zwelch2009-06-071-13/+10
* Eliminate MixedCaps symbol from public JTAG TAP API:zwelch2009-06-054-17/+17
* Eliminate MixedCaps symbol from public JTAG TAP API:zwelch2009-06-053-6/+6
* Eliminate MixedCaps symbol from public JTAG TAP API:zwelch2009-06-052-5/+5
* Eliminate MixedCaps symbol from public JTAG TAP API:zwelch2009-06-052-6/+6
* Eliminate MixedCaps symbol from public JTAG TAP API:zwelch2009-06-052-4/+4
* Eliminate MixedCaps symbol from public JTAG TAP API:zwelch2009-06-052-3/+3
* Eliminate MixedCaps symbol from public JTAG TAP API:zwelch2009-06-051-1/+1
* Eliminate MixedCaps symbol from public JTAG TAP API:zwelch2009-06-052-7/+7
* Eliminate MixedCaps symbol from public JTAG TAP API:zwelch2009-06-051-4/+4
* Add accessors for jtag_verify; use them in jim command handler.zwelch2009-06-052-12/+22
* Add accessors for reset delays; use them in jim command handlers.zwelch2009-06-052-2/+15
* Add accessors for speed_khz; use them in jim command handler.zwelch2009-06-052-12/+21
* Add jtag_get_flush_queue_count accessor to help future factoring.zwelch2009-06-042-1/+9
* Clean up the JTAG TAP creation handler:zwelch2009-06-041-41/+45
* Clean up the core JTAG TAP APIs:zwelch2009-06-042-32/+34
* 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-044-7/+7
* Introduce jtag_get_end_state() fn to clarify code a bit.oharboe2009-06-043-3/+15
* tiny bit of encapsulation of global end state. No longer expose it as a globa...oharboe2009-06-042-3/+1
* do not modify global end state from jtag_add_xxx()oharboe2009-06-042-17/+13
* remove unused code.oharboe2009-06-041-5/+0
* 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-042-4/+16
* JTAG_TRST_ASSERTED event cleanup. More clear where and when it is invoked and...oharboe2009-06-042-8/+17
* David Brownell <david-b@pacbell.net>:zwelch2009-06-041-259/+259
* David Brownell <david-b@pacbell.net>:zwelch2009-06-041-8/+8
* David Brownell <david-b@pacbell.net>:zwelch2009-06-048-266/+266
* use assert() for obscure check on illegal arguments upon trst being asserted ...oharboe2009-06-031-6/+1
* remove unused code path.oharboe2009-06-031-3/+0
* catchup with jtag refactoring.oharboe2009-06-031-13/+1
* Move JTAG command handling implementation into its own source file.zwelch2009-06-033-223/+260
* Finish JTAG header file modularization; command factoring follows.zwelch2009-06-0321-24/+12
* added missing extern to jtag_command_queue definition.oharboe2009-06-031-1/+1
* Move JTAG command APIs into new jtag/commands.h header file.zwelch2009-06-033-134/+164
* Improve in-source documentation that was causing Doxygen warnings.zwelch2009-06-032-16/+20
* Enable or add doxygen comments to the public JTAG API.zwelch2009-06-031-152/+249
* Update documentationf or jtag_interface structure members.zwelch2009-06-031-15/+55
* Remove vestigal tap_transition type from public jtag API.zwelch2009-06-031-9/+0
* Remove interface.h from public JTAG header, include it where required.zwelch2009-06-0319-16/+18
* Expose tap_state_by_name TAP helper available in public API.zwelch2009-06-032-6/+6
* Move the JTAG cable interface API implementationzwelch2009-06-034-440/+468
* Add missed accessor for checking the current TMS table.zwelch2009-06-032-1/+8
* Split and simplify handle_tms_sequence_command for further factoring.zwelch2009-06-032-11/+17
* Make tap_state_by_name available in new JTAG interface API header.zwelch2009-06-032-9/+4
* Add private src/jtag/interface.h for use by JTAG interface drivers:zwelch2009-06-023-207/+240
* Finish removing '#ifdef HAVE_JTAG_MINIDRIVER_H' from jtag.h:zwelch2009-06-024-11/+21
* Add header file for JTAG minidriver:zwelch2009-06-026-102/+151