cfg: ftdi icdi enable srst open drain config
[fw/openocd] / src / jtag / minidriver.h
2012-02-06 Spencer Oliverbuild: cleanup src/jtag directory
2010-03-08 Øyvind Harboejtag: simplify jtag_add_plain_ir/dr_scan
2010-03-08 Øyvind Harboejtag: jtag_add_ir_scan() now takes a single field
2010-03-08 Øyvind Harboejtag: retire tap field
2010-03-01 Øyvind Harboejtag: the post TAP state is now passed to the drivers
2010-02-27 David Brownellinterface: define TMS sequence command
2009-12-08 Øyvind Harboeminidriver: fix inline capability of minidriver
2009-12-03 Zachary T Welchremove #if HAVE_JTAG_INTERFACE_H from minidriver.h
2009-11-16 Zachary T Welchremove TAP_SCAN_BYTES macro
2009-11-13 Zachary T Welchscan_field_t -> struct scan_field
2009-11-13 Zachary T Welchjtag_tap_t -> struct jtag_tap
2009-11-09 Zachary T Welchsrc/jtag: remove 'extern' and wrap headers.
2009-10-20 Øyvind HarboeRemoved unused interface_jtag_set_end_state and wrote...
2009-06-23 zwelchRemove whitespace at end of lines, step 2.
2009-06-19 oharboefix jtag_add_callback() args. The first argument is...
2009-06-18 zwelchFinish transforming 'u32' to 'uint32_t'.
2009-06-18 zwelchTransform 'u8' to 'uint8_t'
2009-06-04 oharboeRename jtag_add_end_state to jtag_set_end_state since...
2009-06-03 zwelchFinish JTAG header file modularization; command factori...
2009-06-02 zwelchFinish removing '#ifdef HAVE_JTAG_MINIDRIVER_H' from...
2009-06-02 zwelchAdd header file for JTAG minidriver: