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
/
minidummy
Age
Commit message (
Expand
)
Author
2016-05-24
Remove FSF address from GPL notices
Marc Schink
2014-01-20
Retire jtag_add_dr_out
Andreas Fritiofson
2013-06-05
update files to correct FSF address
Spencer Oliver
2012-02-06
build: cleanup src/jtag/drivers directory
Spencer Oliver
2011-04-01
types: write memory now uses const
Øyvind Harboe
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-03-05
minidriver: fix arm11 compilation problem
Øyvind Harboe
2010-03-01
jtag: the post TAP state is now passed to the drivers
Øyvind Harboe
2010-02-27
interface: define TMS sequence command
David Brownell
2009-12-08
minidriver: fix inline capability of minidriver
Øyvind Harboe
2009-12-03
change #include "embeddedice.h" to <target/embeddedice.h>
Zachary T Welch
2009-12-03
change #include "minidriver.h" to <jtag/minidriver.h>
Zachary T Welch
2009-12-03
change #include "interface.h" to <jtag/interface.h>
Zachary T Welch
2009-11-27
update minidummy interface driver command handling
Zachary T Welch
2009-11-27
minidummy: fix compilation error
Øyvind Harboe
2009-11-16
cleanup jtag minidrivers
Zachary T Welch
2009-11-13
command_t -> struct command
Zachary T Welch
2009-11-13
target_t -> struct target
Zachary T Welch
2009-11-13
jtag_interface_t -> struct jtag_interface
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-10-20
Removed unused interface_jtag_set_end_state and wrote down some notes on TCP/...
Øyvind Harboe
2009-07-17
Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixes
oharboe
2009-06-23
- Fixes '=' whitespace
zwelch
2009-06-18
Finish transforming 'u32' to 'uint32_t'.
zwelch
2009-06-18
Transform 'u8' to 'uint8_t'
zwelch
2009-06-08
Move minidummy source file, as was supposed to happen in last commit.
zwelch
2009-06-07
Set svn:eol-style properties on new minidummy driver files.
zwelch
2009-06-07
minidriver build test driver "minidriver"
oharboe