summaryrefslogtreecommitdiff
path: root/src/jtag/jtag.h
Commit message (Expand)AuthorAgeFilesLines
* cortex_a : multiple target on the same dapMichel JAOUEN2011-04-131-0/+2
* str9xpec: Find flash controller from the chain.Santeri Salko2011-01-141-0/+1
* initial SWD transport (SWD infrastructure #2)David Brownell2010-12-241-0/+2
* jtag: getting the JTAG speed can failØyvind Harboe2010-12-081-1/+1
* jtag: add jtag_flush_queue_sleep debug commandØyvind Harboe2010-08-021-0/+4
* initial "transport" frameworkDavid Brownell2010-07-021-0/+2
* jtag: retire jtag_get_error()Øyvind Harboe2010-06-211-2/+0
* jtag: make out_value constØyvind Harboe2010-03-211-2/+2
* jtag: retire jtag_get/set_end_state()Øyvind Harboe2010-03-191-20/+0
* jtag: cut down on usage of unintended modification of global end stateØyvind Harboe2010-03-181-2/+5
* rename jtag_interface_{init,quit}()David Brownell2010-03-141-7/+4
* jtag: simplify jtag_add_plain_ir/dr_scanØyvind Harboe2010-03-081-10/+10
* jtag: jtag_add_ir_scan() now takes a single fieldØyvind Harboe2010-03-081-2/+2
* jtag: retire tap fieldØyvind Harboe2010-03-081-7/+4
* interface: define TMS sequence commandDavid Brownell2010-02-271-1/+3
* jtag.h whitespace/comment cleanupDavid Brownell2010-01-141-9/+8
* jtag: add '-ignore-version' optionDavid Brownell2009-12-141-0/+3
* Comment and doxygen fixesDavid Brownell2009-12-091-22/+9
* minidriver: fix inline capability of minidriverØyvind Harboe2009-12-081-7/+5
* change #include "log.h" to <helper/log.h>Zachary T Welch2009-12-031-1/+1
* change #include "binarybuffer.h" to <helper/binarybuffer.h>Zachary T Welch2009-12-031-1/+1
* jtag: avoid using interp global variableZachary T Welch2009-11-301-3/+8
* move ARRAY_SIZE macro to types.hZachary T Welch2009-11-161-8/+0
* remove TAP_SCAN_BYTES macroZachary T Welch2009-11-161-3/+0
* rename CEIL as DIV_ROUND_UPZachary T Welch2009-11-161-1/+1
* command_context_t -> struct command_contextZachary T Welch2009-11-131-5/+5
* use struct jtag_tap_event_actionZachary T Welch2009-11-131-5/+3
* scan_field_t -> struct scan_fieldZachary T Welch2009-11-131-11/+10
* jtag_tap_t -> struct jtag_tapZachary T Welch2009-11-131-16/+11
* finish removing deprecated/obsolete commandsDavid Brownell2009-11-091-10/+4
* src/jtag: remove 'extern' and wrap headers.Zachary T Welch2009-11-091-44/+54
* jtag: clean up TAP state name handlingDavid Brownell2009-10-231-8/+8
* SVF: clean up, mostly for TAP state name handlingDavid Brownell2009-10-231-1/+4
* XSVF: use svf_add_statemove()David Brownell2009-10-201-23/+1
* prevent abort via polling during jtag_resetDavid Brownell2009-10-081-0/+17
* Stop ignoring most scan chain validation errorsDavid Brownell2009-10-081-0/+1
* Remove much #ifdeffery around _DEBUG_JTAG_IO_ usage.dbrownell2009-10-071-2/+4
* Updates for "reset_config":dbrownell2009-10-071-1/+1
* Introduced jtag_init and "jtag arp_init" to allow target scripts more control...oharboe2009-10-061-2/+3
* Add a new JTAG "setup" event; use for better DaVinci ICEpick support.dbrownell2009-10-051-12/+21
* added t/nsrst_assert_width commandsoharboe2009-09-291-0/+6
* srst_gates_jtag option. at91sam9260 needs retesting, and possibly srst_gates_...oharboe2009-09-171-0/+1
* tap post reset event added. Allows omap3530 to send 100 runtest idle tickle's...oharboe2009-09-111-0/+4
* reduce arm11 output noiseoharboe2009-08-261-1/+2
* Jonas Horberg [jhorberg@sauer-danfoss.com]ntfreak2009-08-181-3/+6
* Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe2009-07-171-1/+1
* Fix doxygen warning in jtag.h caused by a changed parameter name.zwelch2009-06-301-1/+1
* David Brownell <david-b@pacbell.net>:zwelch2009-06-291-1/+0
* - Fixes '+' whitespacezwelch2009-06-231-1/+1
* - Fixes '!=' whitespacezwelch2009-06-231-1/+1