fix jtag_add_callback() args. The first argument is nothing special, it's just anothe...
[fw/openocd] / src / pld / virtex2.c
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-18 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-05 zwelchEliminate MixedCaps symbol from public JTAG TAP API:
2009-06-04 oharboeRename jtag_add_end_state to jtag_set_end_state since...
2009-06-04 oharboeno longer use jtag_add_xxx() to set end state to TAP_DR...
2009-06-04 oharboeno longer use jtag_add_xxx() to set end state to TAP_ID...
2009-05-11 oharboeswitch to jtag_add_dr_scan() from the synchronous versi...
2009-05-11 zwelchAudit and eliminate redundant #include directives in...
2009-05-08 oharboein_handler in_check_mask and in_check_value now removed...
2009-05-07 oharboeremove in_handler usage
2009-05-06 oharboeremove unecessary setting of deprecated fields to NULL
2009-05-06 oharboeretire out_mask - not used anywhere
2009-05-05 oharboemark usage of in_handler that can be converted into...
2009-04-19 oharboeZach Welch <zw@superlucidity.net> fix -Werror warnings
2008-12-13 kc8apfChange tap_state naming to be consistent with SVF docum...
2008-11-30 duanejtag newtap change & huge manual update
2008-11-19 oharboejtag_get_device() now returns NULL and reports error...
2008-04-08 oharboePavel pointed out that jtag_add_tlr() is better than...
2008-03-31 oharboemake jtag_add_statemove() internal to the driver.
2008-03-25 ntfreak- rename log functions to stop conflicts under win32...
2008-02-25 drath- convert all files to unix line-ending
2008-02-25 oharboeFrom Michael Bruck
2008-01-20 mifi- added patch "remove error handler as planned"
2007-04-25 drath- added support for error handlers to JTAG scan command...
2006-11-22 drath- added a PLD (programmable logic device) subsystem...