aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/jtag.h
AgeCommit message (Expand)AuthorFilesLines
2016-05-24Make #include guard naming consistentMarc Schink1-3/+3
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2016-05-22Fix comment that limits num_bits to 32.Tim Newsome1-1/+1
2014-01-20Retire jtag_add_dr_outAndreas Fritiofson1-27/+0
2013-10-31Clean up const usage to avoid excessive castingAndreas Fritiofson1-3/+3
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2012-12-10jtag: add connect_type reset_config mode flagSpencer Oliver1-0/+1
2012-02-06build: cleanup src/jtag directorySpencer Oliver1-80/+72
2012-01-03add private data pointer to the tap interfaceMathias K1-1/+3
2011-12-20jtag: make caller always allocate bufferØyvind Harboe1-9/+0
2011-12-20jtag: retire jtag_alloc_in_value32Øyvind Harboe1-11/+0
2011-04-13cortex_a : multiple target on the same dapMichel JAOUEN1-0/+2
2011-01-14str9xpec: Find flash controller from the chain.Santeri Salko1-0/+1
2010-12-24initial SWD transport (SWD infrastructure #2)David Brownell1-0/+2
2010-12-08jtag: getting the JTAG speed can failØyvind Harboe1-1/+1
2010-08-02jtag: add jtag_flush_queue_sleep debug commandØyvind Harboe1-0/+4
2010-07-02initial "transport" frameworkDavid Brownell1-0/+2
2010-06-21jtag: retire jtag_get_error()Øyvind Harboe1-2/+0
2010-03-21jtag: make out_value constØyvind Harboe1-2/+2
2010-03-19jtag: retire jtag_get/set_end_state()Øyvind Harboe1-20/+0
2010-03-18jtag: cut down on usage of unintended modification of global end stateØyvind Harboe1-2/+5
2010-03-14rename jtag_interface_{init,quit}()David Brownell1-7/+4
2010-03-08jtag: simplify jtag_add_plain_ir/dr_scanØyvind Harboe1-10/+10
2010-03-08jtag: jtag_add_ir_scan() now takes a single fieldØyvind Harboe1-2/+2
2010-03-08jtag: retire tap fieldØyvind Harboe1-7/+4
2010-02-27interface: define TMS sequence commandDavid Brownell1-1/+3
2010-01-14jtag.h whitespace/comment cleanupDavid Brownell1-9/+8
2009-12-14jtag: add '-ignore-version' optionDavid Brownell1-0/+3
2009-12-09Comment and doxygen fixesDavid Brownell1-22/+9
2009-12-08minidriver: fix inline capability of minidriverØyvind Harboe1-7/+5
2009-12-03change #include "log.h" to <helper/log.h>Zachary T Welch1-1/+1
2009-12-03change #include "binarybuffer.h" to <helper/binarybuffer.h>Zachary T Welch1-1/+1
2009-11-30jtag: avoid using interp global variableZachary T Welch1-3/+8
2009-11-16move ARRAY_SIZE macro to types.hZachary T Welch1-8/+0
2009-11-16remove TAP_SCAN_BYTES macroZachary T Welch1-3/+0
2009-11-16rename CEIL as DIV_ROUND_UPZachary T Welch1-1/+1
2009-11-13command_context_t -> struct command_contextZachary T Welch1-5/+5
2009-11-13use struct jtag_tap_event_actionZachary T Welch1-5/+3
2009-11-13scan_field_t -> struct scan_fieldZachary T Welch1-11/+10
2009-11-13jtag_tap_t -> struct jtag_tapZachary T Welch1-16/+11
2009-11-09finish removing deprecated/obsolete commandsDavid Brownell1-10/+4
2009-11-09src/jtag: remove 'extern' and wrap headers.Zachary T Welch1-44/+54
2009-10-23jtag: clean up TAP state name handlingDavid Brownell1-8/+8
2009-10-23SVF: clean up, mostly for TAP state name handlingDavid Brownell1-1/+4
2009-10-20XSVF: use svf_add_statemove()David Brownell1-23/+1
2009-10-08prevent abort via polling during jtag_resetDavid Brownell1-0/+17
2009-10-08Stop ignoring most scan chain validation errorsDavid Brownell1-0/+1
2009-10-07Remove much #ifdeffery around _DEBUG_JTAG_IO_ usage.dbrownell1-2/+4
2009-10-07Updates for "reset_config":dbrownell1-1/+1
2009-10-06Introduced jtag_init and "jtag arp_init" to allow target scripts more control...oharboe1-2/+3