aboutsummaryrefslogtreecommitdiff
path: root/src/jtag
AgeCommit message (Expand)Author
2009-11-13use COMMAND_HELPER for command helper functionsZachary T Welch
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch
2009-11-12parport: add support for the jtag_khz command.Jonas Horberg
2009-11-11fix 'jtag interface' behaviorZachary T Welch
2009-11-09jtag: remove useless declarationsZachary T Welch
2009-11-09finish removing deprecated/obsolete commandsDavid Brownell
2009-11-09src/jtag: remove 'extern' and wrap headers.Zachary T Welch
2009-11-07Fix vsllink bulk out endpoint parsing.Zachary T Welch
2009-11-05Improve jtag command argument parsing.Zachary T Welch
2009-11-04ft2232: cleanupDavid Brownell
2009-11-04JTAG: support KT-LINK adapterKrzysztof Kajstura
2009-11-01FT2232: increase read retry countsDimitar Dimitrov
2009-10-27Signalyzer: H2 and H4 supportOleg Seiljus
2009-10-26ft2232: less noise with _DEBUG_JTAG_IO_David Brownell
2009-10-26JTAG: "jtag newtap ..." cleanupDavid Brownell
2009-10-26JTAG: simple autoprobingDavid Brownell
2009-10-25JTAG: jtag_tap_init() bugfixesDavid Brownell
2009-10-23jtag: clean up TAP state name handlingDavid Brownell
2009-10-23SVF: clean up, mostly for TAP state name handlingDavid Brownell
2009-10-20XSVF: use svf_add_statemove()David Brownell
2009-10-20Removed unused interface_jtag_set_end_state and wrote down some notes on TCP/...Øyvind Harboe
2009-10-20More svn to git version string fixes.Øyvind Harboe
2009-10-19jtag_add_statemove() always uses TLR to get to RESETDavid Brownell
2009-10-19Switch from svn to git version string handling.oyvind
2009-10-14portability updatesDavid Brownell
2009-10-13cosmetic cleanup in TMS tablesDavid Brownell
2009-10-10printf format warning fixesDavid Brownell
2009-10-09add documentation about reset customizationDavid Brownell
2009-10-08minor JTAG init messaging tweaksDavid Brownell
2009-10-08prevent abort via polling during jtag_resetDavid Brownell
2009-10-08Stop ignoring most scan chain validation errorsDavid Brownell
2009-10-07Force sane SRST and TRST initializationdbrownell
2009-10-07Better fix for TAPs violating the JTAG spec for IR-Capture.dbrownell
2009-10-07Remove much #ifdeffery around _DEBUG_JTAG_IO_ usage.dbrownell
2009-10-07Updates for "reset_config":dbrownell
2009-10-07Do not check ir capture if there is no IDCODEoharboe
2009-10-071.55 snapshotoharboe
2009-10-06Introduced jtag_init and "jtag arp_init" to allow target scripts more control...oharboe
2009-10-05Improve jtag_validate_ircapture() diagnostics.dbrownell
2009-10-05Add a new JTAG "setup" event; use for better DaVinci ICEpick support.dbrownell
2009-09-29Streamline Capture-IR validation codedbrownell
2009-09-29Make "-expected-id 0" suppress warnings; not unlike it used to do.dbrownell
2009-09-29reentry assertoharboe
2009-09-29added t/nsrst_assert_width commandsoharboe
2009-09-28if srst pulls trst, then set state to TAP_RESET. oharboe
2009-09-27Update FT2232 driver so that it reliably enters TAP_RESET.dbrownell
2009-09-26Diagnostics tweaks for jtag_examine_chain() failure paths.dbrownell
2009-09-26Updates to the initial scanchain validation code:dbrownell
2009-09-26Streamline Capture-IR handling and integrity test.dbrownell
2009-09-21Remove annoying end-of-line whitespace from most src/*dbrownell