aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/jtag.h
AgeCommit message (Expand)Author
2012-02-06build: cleanup src/jtag directorySpencer Oliver
2012-01-03add private data pointer to the tap interfaceMathias K
2011-12-20jtag: make caller always allocate bufferØyvind Harboe
2011-12-20jtag: retire jtag_alloc_in_value32Øyvind Harboe
2011-04-13cortex_a : multiple target on the same dapMichel JAOUEN
2011-01-14str9xpec: Find flash controller from the chain.Santeri Salko
2010-12-24initial SWD transport (SWD infrastructure #2)David Brownell
2010-12-08jtag: getting the JTAG speed can failØyvind Harboe
2010-08-02jtag: add jtag_flush_queue_sleep debug commandØyvind Harboe
2010-07-02initial "transport" frameworkDavid Brownell
2010-06-21jtag: retire jtag_get_error()Øyvind Harboe
2010-03-21jtag: make out_value constØyvind Harboe
2010-03-19jtag: retire jtag_get/set_end_state()Øyvind Harboe
2010-03-18jtag: cut down on usage of unintended modification of global end stateØyvind Harboe
2010-03-14rename jtag_interface_{init,quit}()David Brownell
2010-03-08jtag: simplify jtag_add_plain_ir/dr_scanØyvind Harboe
2010-03-08jtag: jtag_add_ir_scan() now takes a single fieldØyvind Harboe
2010-03-08jtag: retire tap fieldØyvind Harboe
2010-02-27interface: define TMS sequence commandDavid Brownell
2010-01-14jtag.h whitespace/comment cleanupDavid Brownell
2009-12-14jtag: add '-ignore-version' optionDavid Brownell
2009-12-09Comment and doxygen fixesDavid Brownell
2009-12-08minidriver: fix inline capability of minidriverØyvind Harboe
2009-12-03change #include "log.h" to <helper/log.h>Zachary T Welch
2009-12-03change #include "binarybuffer.h" to <helper/binarybuffer.h>Zachary T Welch
2009-11-30jtag: avoid using interp global variableZachary T Welch
2009-11-16move ARRAY_SIZE macro to types.hZachary T Welch
2009-11-16remove TAP_SCAN_BYTES macroZachary T Welch
2009-11-16rename CEIL as DIV_ROUND_UPZachary T Welch
2009-11-13command_context_t -> struct command_contextZachary T Welch
2009-11-13use struct jtag_tap_event_actionZachary T Welch
2009-11-13scan_field_t -> struct scan_fieldZachary T Welch
2009-11-13jtag_tap_t -> struct jtag_tapZachary T Welch
2009-11-09finish removing deprecated/obsolete commandsDavid Brownell
2009-11-09src/jtag: remove 'extern' and wrap headers.Zachary T Welch
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-08prevent abort via polling during jtag_resetDavid Brownell
2009-10-08Stop ignoring most scan chain validation errorsDavid Brownell
2009-10-07Remove much #ifdeffery around _DEBUG_JTAG_IO_ usage.dbrownell
2009-10-07Updates for "reset_config":dbrownell
2009-10-06Introduced jtag_init and "jtag arp_init" to allow target scripts more control...oharboe
2009-10-05Add a new JTAG "setup" event; use for better DaVinci ICEpick support.dbrownell
2009-09-29added t/nsrst_assert_width commandsoharboe
2009-09-17srst_gates_jtag option. at91sam9260 needs retesting, and possibly srst_gates_...oharboe
2009-09-11tap post reset event added. Allows omap3530 to send 100 runtest idle tickle's...oharboe
2009-08-26reduce arm11 output noiseoharboe
2009-08-18Jonas Horberg [jhorberg@sauer-danfoss.com]ntfreak
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe