]> git.sur5r.net Git - openocd/history - src/jtag/jtag.h
Change tap_state naming to be consistent with SVF documentation.
[openocd] / src / jtag / jtag.h
2008-12-13 kc8apfChange tap_state naming to be consistent with SVF docum...
2008-12-12 kc8apfAllow -expected-id to be specified multiple times when...
2008-12-01 oharboeupdate zy1000 to svn head jtag api
2008-11-30 duanejtag newtap change & huge manual update
2008-11-05 oharboedisable continous polling while srst is asserted and...
2008-09-20 ntfreak- added myself to copyright on files i remember adding...
2008-08-27 oharboecomment about slow RTCK
2008-08-05 oharboeDuane Ellis: fix warnings
2008-07-25 oharboeadded yours sincerely for files where I feel that I...
2008-05-21 oharboecomment.
2008-05-07 oharboeThis matters for embedded devices, but is probably...
2008-04-30 oharboeEdgar's naming convention fixes.
2008-04-30 oharboeEdgar's added support for printing jtag_khz
2008-04-11 oharboeReset wip. Just adding hooks. This is just to reduce...
2008-04-09 oharboe- added "init" command. "init" and "reset" at end of...
2008-04-08 oharboePavel pointed out that jtag_add_tlr() is better than...
2008-03-31 oharboeDo not assert trst in srst_only case even if srst_pulls...
2008-03-31 oharboemake jtag_add_statemove() internal to the driver.
2008-03-26 oharboeTAP_SD/SI are now forbidden end states.
2008-03-13 oharboeclarified jtag_khz command.
2008-03-13 oharboeadded jtag_khz for use with target library
2008-03-13 oharboe- adds two speeds to jtag_speed. reset and post reset...
2008-03-11 oharboe- retired unused jtag events. The code was incorrect
2008-03-11 oharboe- fixed jtag_add_reset(). It no longer causes jtag_exec...
2008-03-06 oharboecomment.
2008-03-05 oharboe- This speeds up dcc arm7_9 bulk write a little bit...
2008-03-05 oharboeadded jtag_add_dr_out(). Better for hw fifo, same for...
2008-02-28 oharboefix gaffe.
2008-02-28 oharboejtag_add_shift() fn - minidriver work in progress.
2008-02-26 oharboeNext step in the JTAG minidriver. This should be fairly...
2008-02-26 oharboe- jtag minidriver work in progress
2008-02-25 oharboeFix from Pavel Chromy.
2008-02-25 oharboeFrom Michael Bruck
2008-02-24 drath- concretize JTAG state transition rules (previously...
2008-02-24 oharboesharpend JTAG docs w.r.t. hw fifo implementations and...
2008-02-10 mifi- added patch to change pathmove handling
2008-01-20 mifi- added patch "remove error handler as planned"
2008-01-07 mifi- added gdb flash fixes patch
2007-07-25 drath- reformat src/jtag/bitq.c (thanks to Pavel Chromy)
2007-07-15 drath- added support for Asix Presto JTAG interface (thanks...
2007-06-21 drath- added support for Intel/Marvel PXA27x (XScale) targets
2007-04-25 drath- added support for error handlers to JTAG scan command...
2007-04-11 drath- disabled excessive debug output in jtag.h
2007-03-26 drath- fixed arm926 cp15 command bug (thanks to Vincent...
2007-03-15 drath- reworked file i/o. every fileaccess (target, flash...
2007-01-31 drath- merged several changes from XScale
2007-01-25 drath- disabled JTAG debug output
2007-01-22 drath- fix incorrect parsing of whitespace in command.c...
2006-08-31 drath- endianess fixes everywhere but in the flash code...
2006-08-17 drath- renamed jtag_interface_t.support_statemove to jtag_in...
2006-08-11 drath- added support for FreeBSD ppi (parallel port access...
2006-07-30 drath- added configurable delays after reset lines get deass...
2006-06-25 drath- added "version" command (patch from John Hartman...
2006-06-23 drath- added support for AT91SAM7A3 flash (patch from andre...
2006-06-02 drath- prepare OpenOCD for branching, created ./trunk/