index
:
OpenOCD
master
mips-hack
mips-hack-upstream
qorivva
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
jtag
/
jtag.h
Age
Commit message (
Expand
)
Author
2016-05-24
Make #include guard naming consistent
Marc Schink
2016-05-24
Remove FSF address from GPL notices
Marc Schink
2016-05-22
Fix comment that limits num_bits to 32.
Tim Newsome
2014-01-20
Retire jtag_add_dr_out
Andreas Fritiofson
2013-10-31
Clean up const usage to avoid excessive casting
Andreas Fritiofson
2013-06-05
update files to correct FSF address
Spencer Oliver
2012-12-10
jtag: add connect_type reset_config mode flag
Spencer Oliver
2012-02-06
build: cleanup src/jtag directory
Spencer Oliver
2012-01-03
add private data pointer to the tap interface
Mathias K
2011-12-20
jtag: make caller always allocate buffer
Øyvind Harboe
2011-12-20
jtag: retire jtag_alloc_in_value32
Øyvind Harboe
2011-04-13
cortex_a : multiple target on the same dap
Michel JAOUEN
2011-01-14
str9xpec: Find flash controller from the chain.
Santeri Salko
2010-12-24
initial SWD transport (SWD infrastructure #2)
David Brownell
2010-12-08
jtag: getting the JTAG speed can fail
Øyvind Harboe
2010-08-02
jtag: add jtag_flush_queue_sleep debug command
Øyvind Harboe
2010-07-02
initial "transport" framework
David Brownell
2010-06-21
jtag: retire jtag_get_error()
Øyvind Harboe
2010-03-21
jtag: make out_value const
Øyvind Harboe
2010-03-19
jtag: retire jtag_get/set_end_state()
Øyvind Harboe
2010-03-18
jtag: cut down on usage of unintended modification of global end state
Øyvind Harboe
2010-03-14
rename jtag_interface_{init,quit}()
David Brownell
2010-03-08
jtag: simplify jtag_add_plain_ir/dr_scan
Øyvind Harboe
2010-03-08
jtag: jtag_add_ir_scan() now takes a single field
Øyvind Harboe
2010-03-08
jtag: retire tap field
Øyvind Harboe
2010-02-27
interface: define TMS sequence command
David Brownell
2010-01-14
jtag.h whitespace/comment cleanup
David Brownell
2009-12-14
jtag: add '-ignore-version' option
David Brownell
2009-12-09
Comment and doxygen fixes
David Brownell
2009-12-08
minidriver: fix inline capability of minidriver
Øyvind Harboe
2009-12-03
change #include "log.h" to <helper/log.h>
Zachary T Welch
2009-12-03
change #include "binarybuffer.h" to <helper/binarybuffer.h>
Zachary T Welch
2009-11-30
jtag: avoid using interp global variable
Zachary T Welch
2009-11-16
move ARRAY_SIZE macro to types.h
Zachary T Welch
2009-11-16
remove TAP_SCAN_BYTES macro
Zachary T Welch
2009-11-16
rename CEIL as DIV_ROUND_UP
Zachary T Welch
2009-11-13
command_context_t -> struct command_context
Zachary T Welch
2009-11-13
use struct jtag_tap_event_action
Zachary T Welch
2009-11-13
scan_field_t -> struct scan_field
Zachary T Welch
2009-11-13
jtag_tap_t -> struct jtag_tap
Zachary T Welch
2009-11-09
finish removing deprecated/obsolete commands
David Brownell
2009-11-09
src/jtag: remove 'extern' and wrap headers.
Zachary T Welch
2009-10-23
jtag: clean up TAP state name handling
David Brownell
2009-10-23
SVF: clean up, mostly for TAP state name handling
David Brownell
2009-10-20
XSVF: use svf_add_statemove()
David Brownell
2009-10-08
prevent abort via polling during jtag_reset
David Brownell
2009-10-08
Stop ignoring most scan chain validation errors
David Brownell
2009-10-07
Remove much #ifdeffery around _DEBUG_JTAG_IO_ usage.
dbrownell
2009-10-07
Updates for "reset_config":
dbrownell
2009-10-06
Introduced jtag_init and "jtag arp_init" to allow target scripts more control...
oharboe
[next]