fw/openocd
2007-01-25 drath- Added support for ARM926EJ-S based cores
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- checked in missing configure.in changes for GW16012...
2006-11-22 drath- added a PLD (programmable logic device) subsystem...
2006-11-07 drath- added support for the oocd-link (joernonline.de/dw...
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-10-03 drath- fixed regression in gdb_server.c (Thanks to Michael...
2006-09-28 drath- str9x flash support (Thanks to Spencer Oliver)
2006-09-12 drath- allow writes to second flash bank on STR71x devices...
2006-09-09 drath- set the T bit in the CPSR when the core was executing...
2006-09-07 drath- free working area used to store flash write buffer
2006-09-07 drath- integrated patch from Magnus Lundin that fixes at91sa...
2006-09-04 drath- added debug output for D/I FSR and FAR (arm920t)
2006-08-31 drath- made lpc2000 code endianness safe (support big-endian...
2006-08-31 drath- added missing AT91RM9200 files
2006-08-31 drath- endianess fixes everywhere but in the flash code...
2006-08-20 drath- made bp command more verbose
2006-08-17 drath- updated version info in openocd.c
2006-08-17 drath- renamed jtag_interface_t.support_statemove to jtag_in...
2006-08-14 drath- fixed bug in .cfg files. Thanks to Michael Fischer...
2006-08-14 drath- updated configuration examples, installation instruct...
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-06 drath- fixed a minor problem with the GDB server that could...
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-23 drath- added support for AT91SAM7A3 flash (patch from andre...
2006-06-16 drath- keep additional information for decoded instructions
2006-06-12 drath- the 'help' command now takes an optional argument...
2006-06-05 drath- fixed some spelling errors (thanks to Andrew Dyer)
2006-06-02 drath- prepare OpenOCD for branching, created ./trunk/