- fixed endianness helper macros (thanks to obilix and wiml for finding and fixing...
[fw/openocd] / src / openocd.c
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/