aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/jtag.h
AgeCommit message (Expand)AuthorFilesLines
2021-05-01Cleanup of config/includes.Tim Newsome1-0/+1
2021-03-19jtag: remove minidriver code and minidriver-dummyAntonio Borneo1-3/+0
2021-03-19zy1000: drop the code, deprecated in v0.10.0Antonio Borneo1-11/+0
2020-07-26jtag: fix minor typosAntonio Borneo1-5/+5
2020-07-08coding style: add arguments to function prototypesAntonio Borneo1-1/+1
2020-02-24coding style: fix space around pointer's asteriskAntonio Borneo1-2/+2
2020-01-02adapter: add command "adapter [de]assert srst|trst [[de]assert srst|trst]"Antonio Borneo1-0/+8
2019-06-04Convert DEBUG_JTAG_IO to LOG_DEBUG_IOAndreas Fritiofson1-8/+0
2018-03-30target: restructure dap supportMatthias Welwarsky1-2/+0
2018-03-20transport: add transport_is_hla()Tomas Vanek1-2/+0
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