]> git.sur5r.net Git - openocd/history - src/jtag
code to be used in upcoming minidriver work.
[openocd] / src / jtag /
2008-02-28 oharboejtag_add_shift() fn - minidriver work in progress.
2008-02-28 drath- fix line-endings
2008-02-28 oharboeUwe Hermann fixed some warnings.
2008-02-27 drath- fix typo in ep93xx jtag driver to allow OpenOCD compi...
2008-02-27 drath- fix bug in ft2232 pathmove (thanks to Michael Bruck...
2008-02-26 oharboefix naming conflict under Windows.
2008-02-26 oharboeoopss.. another jtag minidriver reset gaffe.
2008-02-26 oharboejtag_add_reset() minidriver gaffe fixed.
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 ntfreak- remove build warnings
2008-02-25 drath- convert all files to unix line-ending
2008-02-25 oharboeformatting.
2008-02-25 oharboePavel Chromy style fixes.
2008-02-25 oharboeFix from Pavel Chromy.
2008-02-25 oharboeFrom Michael Bruck
2008-02-25 oharboe- using ERROR_COMMAND_SYNTAX_ERROR to print syntax...
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-24 oharboecosmetic fixes to debug output + phasing out printf...
2008-02-18 ntfreak- fix broken JTAG error handling
2008-02-11 mifi- removed "starting point" for ngw100, will add it...
2008-02-10 mifi- added starting point for development on a ngw100...
2008-02-10 mifi- added patch to change pathmove handling
2008-02-04 ntfreakAdded patch to stop SEGFAULT with missing jtag config...
2008-01-22 mifi- added patch to fix brocken STR9 line
2008-01-20 mifi- added patch "remove error handler as planned"
2008-01-11 ntfreak- debug handler file not closed - (thanks to oyvind...
2008-01-07 mifi- added gdb flash fixes patch
2007-12-29 ntfreak- minimum autoconf 2.59 is now required and verified...
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-11-23 ntfreak- added support for Hitex STM32 Performance Stick
2007-10-01 ntfreak- flash autoerase <on|off> cmd added, default is off...
2007-09-10 mlu- added ft2232_latency command
2007-09-05 drathPatch by Michael Schwingen that
2007-08-25 drath- added support for setting JTAG frequency on ASIX...
2007-08-16 drath- update jtag_speed setting when changing it during...
2007-08-14 drath- corrected automake script
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-31 drath- calculate cycles since last executed instruction...
2007-07-26 drath- restrict direct parallel port access to x86 platforms...
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-10 ntfreak-- corrected embedded ice definitions
2007-05-05 drath- further work on ETB decoding (not yet functional)
2007-04-28 ntfreak- added support for Hitex comstick.
2007-04-25 drath- added support for error handlers to JTAG scan command...
2007-04-16 drath- allow multiple USB vendor and product ids when search...
2007-04-11 drath- disabled excessive debug output in jtag.h
2007-03-30 drath- added support for Turtelizer 2 (USB JTAG interface...
2007-03-28 drath- merged XScale branch back into trunk
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-02-20 drath- fixed libftdi initialization
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...
2007-01-18 ntfreak- added support for ST flashlink cable
2007-01-09 drath- disabled FT2232 debug output (that code should be...
2006-11-22 drath- added a PLD (programmable logic device) subsystem...
2006-11-07 drath- added support for the oocd-link (http://www.joernonli...
2006-11-05 drath- correctly enter debug state on a "soft_reset_halt...
2006-10-23 drath- several small fixes (thanks to Magnus Lundin and...
2006-10-19 drath- fixed endianness handling in arm7_9_read_core_reg...
2006-10-12 drath- allow FT2232 devices to be opened by serial number...
2006-10-06 drath- added support for American Microsystem's M5960 (FT223...
2006-09-28 drath- str9x flash support (Thanks to Spencer Oliver)
2006-08-31 drath- added missing AT91RM9200 files
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-14 drath- added support for the Signalyzer USB->JTAG dongle...
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-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/