summaryrefslogtreecommitdiff
path: root/src/jtag/jtag.h
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant declarations to allow building with -Wredundant-decls.zwelch2009-04-291-1/+0
* more docs on jtag_add_pathmove()oharboe2009-04-281-1/+12
* Dick Hollenbeck <dick@softplc.com> and Jeff Williams tap_get_tms_path_len()oharboe2009-04-281-0/+19
* Dick Hollenbeck <dick@softplc.com> Collect some macros, add DIM()oharboe2009-04-271-3/+11
* Zach Welch <zw@superlucidity.net> add TAP_SCAN_BYTES macrooharboe2009-04-261-1/+1
* add jtag_debug_state_machineoharboe2009-04-241-0/+19
* Zach Welch <zw@superlucidity.net> add TAP_SCAN_BYTES macro (1 of 2)oharboe2009-04-241-0/+3
* unbreak zy1000 oharboe2009-04-231-1/+17
* Zach Welch <zw@superlucidity.net> reorder enum tap_stateoharboe2009-04-221-13/+30
* Zach Welch <zw@superlucidity.net> add --enable-verbose* optionsoharboe2009-04-211-2/+4
* The following patches was applied:mifi2009-04-181-3/+5
* Use C89/C99/C++ compliant boolean typeskc8apf2009-02-101-3/+7
* - fix native win32 build issuesntfreak2009-02-091-10/+2
* - Cable driver helper API courtesy of Dick Hollenbeck <dick@softplc.com>kc8apf2009-02-031-225/+340
* xvsf player fixes by Dick Hollenbeck <dick@softplc.com>kc8apf2009-01-231-2/+9
* Dick Hollenbeck <dick@softplc.com> adds jtag_add_clocks() and implements thos...oharboe2009-01-091-1/+21
* Dick Hollenbeck <dick@softplc.com> better loggingoharboe2008-12-191-3/+3
* - Update tap_state_strings to correspond to SVF state nameskc8apf2008-12-141-1/+7
* - remove target specific variant and use target->variant memberntfreak2008-12-131-27/+13
* Add JTAG tap events for enable/disablekc8apf2008-12-131-1/+23
* Clean up references to old tap_state nameskc8apf2008-12-131-2/+2
* Change tap_state naming to be consistent with SVF documentation.kc8apf2008-12-131-19/+14
* Allow -expected-id to be specified multiple times when creating a jtag tapkc8apf2008-12-121-1/+2
* update zy1000 to svn head jtag apioharboe2008-12-011-1/+21
* jtag newtap change & huge manual updateduane2008-11-301-11/+30
* disable continous polling while srst is asserted and power dropout is detectedoharboe2008-11-051-64/+85
* - added myself to copyright on files i remember adding large contributions fo...ntfreak2008-09-201-1/+1
* comment about slow RTCKoharboe2008-08-271-1/+7
* Duane Ellis: fix warningsoharboe2008-08-051-2/+2
* added yours sincerely for files where I feel that I've made non-trivial contr...oharboe2008-07-251-0/+3
* comment.oharboe2008-05-211-0/+3
* This matters for embedded devices, but is probably not observably better for ...oharboe2008-05-071-4/+4
* Edgar's naming convention fixes.oharboe2008-04-301-1/+1
* Edgar's added support for printing jtag_khzoharboe2008-04-301-0/+3
* Reset wip. Just adding hooks. This is just to reduce the size of the actual c...oharboe2008-04-111-0/+4
* - added "init" command. "init" and "reset" at end of startup script is equiva...oharboe2008-04-091-1/+9
* Pavel pointed out that jtag_add_tlr() is better than jtag_add_tms().oharboe2008-04-081-4/+4
* Do not assert trst in srst_only case even if srst_pulls_trst.oharboe2008-03-311-5/+24
* make jtag_add_statemove() internal to the driver.oharboe2008-03-311-23/+33
* TAP_SD/SI are now forbidden end states.oharboe2008-03-261-11/+10
* clarified jtag_khz command.oharboe2008-03-131-1/+2
* added jtag_khz for use with target libraryoharboe2008-03-131-0/+2
* - adds two speeds to jtag_speed. reset and post reset speed. Defaultoharboe2008-03-131-0/+1
* - retired unused jtag events. The code was incorrectoharboe2008-03-111-4/+1
* - fixed jtag_add_reset(). It no longer causes jtag_execute_queue() tooharboe2008-03-111-10/+18
* comment.oharboe2008-03-061-1/+4
* - This speeds up dcc arm7_9 bulk write a little bit and exercises the jtag_ad...oharboe2008-03-051-0/+6
* added jtag_add_dr_out(). Better for hw fifo, same for software fifo.oharboe2008-03-051-15/+38
* fix gaffe.oharboe2008-02-281-1/+0
* jtag_add_shift() fn - minidriver work in progress.oharboe2008-02-281-0/+30