summaryrefslogtreecommitdiff
path: root/src/jtag
Commit message (Expand)AuthorAgeFilesLines
...
* use COMMAND_HELPER for command helper functionsZachary T Welch2009-11-131-3/+1
* use COMMAND_HANDLER macro to define all commandsZachary T Welch2009-11-137-43/+34
* parport: add support for the jtag_khz command.Jonas Horberg2009-11-121-8/+64
* fix 'jtag interface' behaviorZachary T Welch2009-11-111-1/+2
* jtag: remove useless declarationsZachary T Welch2009-11-096-295/+248
* finish removing deprecated/obsolete commandsDavid Brownell2009-11-093-107/+4
* src/jtag: remove 'extern' and wrap headers.Zachary T Welch2009-11-094-63/+72
* Fix vsllink bulk out endpoint parsing.Zachary T Welch2009-11-071-1/+1
* Improve jtag command argument parsing.Zachary T Welch2009-11-056-51/+36
* ft2232: cleanupDavid Brownell2009-11-041-110/+97
* JTAG: support KT-LINK adapterKrzysztof Kajstura2009-11-041-0/+131
* FT2232: increase read retry countsDimitar Dimitrov2009-11-011-8/+26
* Signalyzer: H2 and H4 supportOleg Seiljus2009-10-271-0/+809
* ft2232: less noise with _DEBUG_JTAG_IO_David Brownell2009-10-261-1/+0
* JTAG: "jtag newtap ..." cleanupDavid Brownell2009-10-261-7/+2
* JTAG: simple autoprobingDavid Brownell2009-10-261-12/+102
* JTAG: jtag_tap_init() bugfixesDavid Brownell2009-10-251-9/+18
* jtag: clean up TAP state name handlingDavid Brownell2009-10-233-68/+63
* SVF: clean up, mostly for TAP state name handlingDavid Brownell2009-10-233-4/+8
* XSVF: use svf_add_statemove()David Brownell2009-10-201-23/+1
* Removed unused interface_jtag_set_end_state and wrote down some notes on TCP/...Øyvind Harboe2009-10-203-13/+0
* More svn to git version string fixes.Øyvind Harboe2009-10-201-1/+5
* jtag_add_statemove() always uses TLR to get to RESETDavid Brownell2009-10-191-5/+7
* Switch from svn to git version string handling.oyvind2009-10-191-7/+4
* portability updatesDavid Brownell2009-10-141-5/+6
* cosmetic cleanup in TMS tablesDavid Brownell2009-10-131-11/+17
* printf format warning fixesDavid Brownell2009-10-101-1/+1
* add documentation about reset customizationDavid Brownell2009-10-091-10/+19
* minor JTAG init messaging tweaksDavid Brownell2009-10-081-2/+4
* prevent abort via polling during jtag_resetDavid Brownell2009-10-082-0/+43
* Stop ignoring most scan chain validation errorsDavid Brownell2009-10-082-15/+50
* Force sane SRST and TRST initializationdbrownell2009-10-071-3/+11
* Better fix for TAPs violating the JTAG spec for IR-Capture.dbrownell2009-10-071-16/+18
* Remove much #ifdeffery around _DEBUG_JTAG_IO_ usage.dbrownell2009-10-073-42/+47
* Updates for "reset_config":dbrownell2009-10-072-14/+95
* Do not check ir capture if there is no IDCODEoharboe2009-10-071-13/+16
* 1.55 snapshotoharboe2009-10-071-1/+1
* Introduced jtag_init and "jtag arp_init" to allow target scripts more control...oharboe2009-10-063-13/+27
* Improve jtag_validate_ircapture() diagnostics.dbrownell2009-10-051-8/+10
* Add a new JTAG "setup" event; use for better DaVinci ICEpick support.dbrownell2009-10-053-23/+43
* Streamline Capture-IR validation codedbrownell2009-09-291-26/+23
* Make "-expected-id 0" suppress warnings; not unlike it used to do.dbrownell2009-09-291-3/+7
* reentry assertoharboe2009-09-291-0/+7
* added t/nsrst_assert_width commandsoharboe2009-09-293-0/+72
* if srst pulls trst, then set state to TAP_RESET. oharboe2009-09-281-3/+11
* Update FT2232 driver so that it reliably enters TAP_RESET.dbrownell2009-09-271-2/+10
* Diagnostics tweaks for jtag_examine_chain() failure paths.dbrownell2009-09-261-3/+4
* Updates to the initial scanchain validation code:dbrownell2009-09-261-12/+41
* Streamline Capture-IR handling and integrity test.dbrownell2009-09-261-12/+22
* Remove annoying end-of-line whitespace from most src/*dbrownell2009-09-212-17/+17