Changed openocd version info creation to be more useful.
[fw/openocd] / src / openocd.c
2007-12-10 bodyloveChanged openocd version info creation to be more useful.
2007-09-05 drathPatch by Michael Schwingen that
2007-08-25 drath- added support for setting JTAG frequency on ASIX...
2007-08-21 drath- correctly initialize start address for XScale trace...
2007-08-17 drath- renamed "xscale dump_trace_buffer" to "xscale dump_tr...
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- bumped version information
2007-07-31 drath- cleaned up cycle counting in ETM analysis
2007-07-31 drath- add missing configure.in change from last checkin
2007-07-26 drath- documentation fixes (thanks to Uwe Hermann)
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-28 drath- fixed endianness helper macros (thanks to obilix...
2007-06-15 drath- added support for pseudo image type "mem", currently...
2007-06-14 drath- added manpage for OpenOCD (thanks to Uwe Hermann)
2007-05-30 drath- reworked image handling to support multiple sections...
2007-05-29 drath- split fileio handling into fileio part and image...
2007-04-26 drath- improved ETB trace output
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-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-01-31 drath- merged several changes from XScale
2007-01-26 drath- disabled use of single-step bit for EmbeddedICE versi...
2007-01-25 drath- disabled JTAG debug output
2006-11-22 drath- added a PLD (programmable logic device) subsystem...
2006-10-12 drath- allow FT2232 devices to be opened by serial number...
2006-09-07 drath- integrated patch from Magnus Lundin that fixes at91sa...
2006-08-31 drath- added missing AT91RM9200 files
2006-08-20 drath- made bp command more verbose
2006-08-17 drath- updated version info in openocd.c
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- fixed bug in Thumb sw breakpoint handling (thanks...
2006-06-25 drath- changed use of bzero (deprecated) to memset (thanks...
2006-06-25 drath- added "version" command (patch from John Hartman...
2006-06-05 drath- fixed some spelling errors (thanks to Andrew Dyer)
2006-06-02 drath- prepare OpenOCD for branching, created ./trunk/