aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/jtag.h
AgeCommit message (Expand)Author
2020-01-02adapter: add command "adapter [de]assert srst|trst [[de]assert srst|trst]"Antonio Borneo
2019-06-04Convert DEBUG_JTAG_IO to LOG_DEBUG_IOAndreas Fritiofson
2018-03-30target: restructure dap supportMatthias Welwarsky
2018-03-20transport: add transport_is_hla()Tomas Vanek
2016-05-24Make #include guard naming consistentMarc Schink
2016-05-24Remove FSF address from GPL noticesMarc Schink
2016-05-22Fix comment that limits num_bits to 32.Tim Newsome
2014-01-20Retire jtag_add_dr_outAndreas Fritiofson
2013-10-31Clean up const usage to avoid excessive castingAndreas Fritiofson
2013-06-05update files to correct FSF addressSpencer Oliver
2012-12-10jtag: add connect_type reset_config mode flagSpencer Oliver
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