summaryrefslogtreecommitdiff
path: root/src/jtag
Commit message (Expand)AuthorAgeFilesLines
...
* Add accessors to retrieve values of jtag_n{s,t}rst_delay variables.zwelch2009-06-082-2/+14
* Update JTAG reset delay command handlers:zwelch2009-06-081-18/+12
* Cleanup the handle_jtag_khz_command routine:zwelch2009-06-081-17/+15
* Simplify logic in handle_jtag_speed_command.zwelch2009-06-081-9/+4
* Move minidummy source file, as was supposed to happen in last commit.zwelch2009-06-082-1/+1
* Finish off the dummy minidriver integration:zwelch2009-06-082-12/+19
* retire endstate commandoharboe2009-06-071-23/+0
* Set svn:eol-style properties on new minidummy driver files.zwelch2009-06-072-233/+233
* Fix regressions in previous series of cleanp, caused by r2092.zwelch2009-06-071-18/+18
* minidriver build test driver "minidriver"oharboe2009-06-074-19/+264
* Factoring of jtag_examine_chain for maintainability:zwelch2009-06-072-4/+4
* Factoring of jtag_examine_chain for maintainability:zwelch2009-06-071-4/+2
* Factoring of jtag_examine_chain for maintainability:zwelch2009-06-071-35/+43
* Factoring of jtag_examine_chain for maintainability:zwelch2009-06-071-11/+15
* Factoring of jtag_examine_chain for maintainability:zwelch2009-06-071-2/+7
* Factoring of jtag_examine_chain for maintainability:zwelch2009-06-071-24/+28
* Factoring of jtag_examine_chain for maintainability:zwelch2009-06-071-25/+20
* Factoring of jtag_examine_chain for maintainability:zwelch2009-06-071-14/+23
* Factoring of jtag_examine_chain for maintainability:zwelch2009-06-071-17/+18
* Factoring of jtag_examine_chain for maintainability:zwelch2009-06-071-22/+21
* Factoring of jtag_examine_chain for maintainability:zwelch2009-06-071-31/+35
* Factoring of jtag_examine_chain for maintainability:zwelch2009-06-071-36/+36
* Factoring of jtag_examine_chain for maintainability:zwelch2009-06-071-4/+3
* Factoring of jtag_examine_chain for maintainability:zwelch2009-06-071-3/+4
* 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