aboutsummaryrefslogtreecommitdiff
path: root/src/jtag
AgeCommit message (Expand)AuthorFilesLines
2009-11-09jtag: remove useless declarationsZachary T Welch6-295/+248
2009-11-09finish removing deprecated/obsolete commandsDavid Brownell3-107/+4
2009-11-09src/jtag: remove 'extern' and wrap headers.Zachary T Welch4-63/+72
2009-11-07Fix vsllink bulk out endpoint parsing.Zachary T Welch1-1/+1
2009-11-05Improve jtag command argument parsing.Zachary T Welch6-51/+36
2009-11-04ft2232: cleanupDavid Brownell1-110/+97
2009-11-04JTAG: support KT-LINK adapterKrzysztof Kajstura1-0/+131
2009-11-01FT2232: increase read retry countsDimitar Dimitrov1-8/+26
2009-10-27Signalyzer: H2 and H4 supportOleg Seiljus1-0/+809
2009-10-26ft2232: less noise with _DEBUG_JTAG_IO_David Brownell1-1/+0
2009-10-26JTAG: "jtag newtap ..." cleanupDavid Brownell1-7/+2
2009-10-26JTAG: simple autoprobingDavid Brownell1-12/+102
2009-10-25JTAG: jtag_tap_init() bugfixesDavid Brownell1-9/+18
2009-10-23jtag: clean up TAP state name handlingDavid Brownell3-68/+63
2009-10-23SVF: clean up, mostly for TAP state name handlingDavid Brownell3-4/+8
2009-10-20XSVF: use svf_add_statemove()David Brownell1-23/+1
2009-10-20Removed unused interface_jtag_set_end_state and wrote down some notes on TCP/...Øyvind Harboe3-13/+0
2009-10-20More svn to git version string fixes.Øyvind Harboe1-1/+5
2009-10-19jtag_add_statemove() always uses TLR to get to RESETDavid Brownell1-5/+7
2009-10-19Switch from svn to git version string handling.oyvind1-7/+4
2009-10-14portability updatesDavid Brownell1-5/+6
2009-10-13cosmetic cleanup in TMS tablesDavid Brownell1-11/+17
2009-10-10printf format warning fixesDavid Brownell1-1/+1
2009-10-09add documentation about reset customizationDavid Brownell1-10/+19
2009-10-08minor JTAG init messaging tweaksDavid Brownell1-2/+4
2009-10-08prevent abort via polling during jtag_resetDavid Brownell2-0/+43
2009-10-08Stop ignoring most scan chain validation errorsDavid Brownell2-15/+50
2009-10-07Force sane SRST and TRST initializationdbrownell1-3/+11
2009-10-07Better fix for TAPs violating the JTAG spec for IR-Capture.dbrownell1-16/+18
2009-10-07Remove much #ifdeffery around _DEBUG_JTAG_IO_ usage.dbrownell3-42/+47
2009-10-07Updates for "reset_config":dbrownell2-14/+95
2009-10-07Do not check ir capture if there is no IDCODEoharboe1-13/+16
2009-10-071.55 snapshotoharboe1-1/+1
2009-10-06Introduced jtag_init and "jtag arp_init" to allow target scripts more control...oharboe3-13/+27
2009-10-05Improve jtag_validate_ircapture() diagnostics.dbrownell1-8/+10
2009-10-05Add a new JTAG "setup" event; use for better DaVinci ICEpick support.dbrownell3-23/+43
2009-09-29Streamline Capture-IR validation codedbrownell1-26/+23
2009-09-29Make "-expected-id 0" suppress warnings; not unlike it used to do.dbrownell1-3/+7
2009-09-29reentry assertoharboe1-0/+7
2009-09-29added t/nsrst_assert_width commandsoharboe3-0/+72
2009-09-28if srst pulls trst, then set state to TAP_RESET. oharboe1-3/+11
2009-09-27Update FT2232 driver so that it reliably enters TAP_RESET.dbrownell1-2/+10
2009-09-26Diagnostics tweaks for jtag_examine_chain() failure paths.dbrownell1-3/+4
2009-09-26Updates to the initial scanchain validation code:dbrownell1-12/+41
2009-09-26Streamline Capture-IR handling and integrity test.dbrownell1-12/+22
2009-09-21Remove annoying end-of-line whitespace from most src/*dbrownell2-17/+17
2009-09-21Update the jtag-examine_chain() logic to verify that there's nodbrownell1-38/+39
2009-09-20Debug message updates:dbrownell2-31/+7
2009-09-20Minor regression bugfix for the jtag_tap_handle_event() casedbrownell1-3/+7
2009-09-19Style cleanup for the updated ft2232_add_pathmove().dbrownell1-15/+18