- debug handler file not closed - (thanks to oyvind harboe for the patch)
[fw/openocd] / src / jtag / jtag.c
2008-01-11 ntfreak- debug handler file not closed - (thanks to oyvind...
2008-01-07 mifi- added gdb flash fixes patch
2007-12-18 mifi- added patch for new flash functionality like:
2007-12-10 mifi- Fixing two compiler warnings
2007-12-09 mifi- added patch to display device information as INFO too
2007-08-14 drath- reworked presto.c to allow use of either FTD2XX or...
2007-08-10 drath- renamed M5960 USB JTAG to "flyswatter"
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-05-29 drath- split fileio handling into fileio part and image...
2007-05-05 drath- further work on ETB decoding (not yet functional)
2007-04-25 drath- added support for error handlers to JTAG scan command...
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-22 drath- fix incorrect parsing of whitespace in command.c...
2007-01-09 drath- disabled FT2232 debug output (that code should be...
2006-11-22 drath- added a PLD (programmable logic device) subsystem...
2006-10-23 drath- several small fixes (thanks to Magnus Lundin and...
2006-09-28 drath- str9x flash support (Thanks to Spencer Oliver)
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-08-06 drath- fixed jtag_n[st]rst_delay. time is now miliseconds...
2006-08-01 drath- allow building for MinGW using either -mno-cygwin...
2006-07-30 drath- added configurable delays after reset lines get deass...
2006-07-17 drath- Added support for native MinGW builds (thanks to...
2006-06-02 drath- prepare OpenOCD for branching, created ./trunk/