fw/openocd
2007-12-10 bodyloveChanged openocd version info creation to be more useful.
2007-12-09 mifi- added patch to display device information as INFO too
2007-12-05 bodyloveMerged rev 215 changes from /branches/xscale-ixp-be...
2007-12-04 vpalatinDo not overwrite code when removing software breakpoint...
2007-11-23 ntfreak- added support for Hitex STM32 Performance Stick
2007-11-21 ntfreak- reset_run now works as expected on cortex-m3
2007-10-26 ntfreak- corrected str91x bank1 programming issues
2007-10-22 ntfreak- add verify_image command
2007-10-08 ntfreak- cleaned up str7, str9 and stm32 flash drivers
2007-10-01 ntfreak- flash autoerase <on|off> cmd added, default is off...
2007-09-10 mlu- Fixed display of sector sizes in flash.c
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-21 drath- correctly initialize start address for XScale trace...
2007-08-20 mlu- Support for AT91SAM7xx512 chips
2007-08-20 mlu- Support for AT91SAM7xx512 chips
2007-08-20 drath- update file size when writing to a fileio
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-16 drath- fixed several bugs in flash writing code (thanks...
2007-08-14 drath- corrected automake script
2007-08-14 drath- reworked presto.c to allow use of either FTD2XX or...
2007-08-13 ntfreak- fix build issues when not using autoconf/automake...
2007-08-10 drath- bumped version information
2007-08-10 drath- changed mingw host detection to *-mingw instead of...
2007-08-10 drath- renamed M5960 USB JTAG to "flyswatter"
2007-08-09 mlu- trying to remove a breakpoint with target running...
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-31 drath- calculate cycles since last executed instruction...
2007-07-31 ntfreak- motorola s19 file loader added
2007-07-26 ntfreak- corrected stm32x_handle_options_write_command, incorr...
2007-07-26 drath- restrict direct parallel port access to x86 platforms...
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-24 ntfreak- ST STM32x cortex support added
2007-06-21 drath- added support for Intel/Marvel PXA27x (XScale) targets
2007-06-16 ntfreak- str9xpec driver was using stricmp, changed to strcmp...
2007-06-16 ntfreak- added mingw elf patches from Vincent Palatin
2007-06-15 drath- added support for pseudo image type "mem", currently...
2007-06-14 mluAdded patch for Luminar Micors Fury class devices ...
2007-06-14 drath- added stellaris.[ch] missing from Cortex-M3 merge
2007-06-14 drath- merged support for Cortex-M3 from cortex-m3 branch...
2007-06-14 drath- added manpage for OpenOCD (thanks to Uwe Hermann)
2007-05-31 drath- add support for ELF images (thanks to Vincent Palatin...
2007-05-30 drath- reworked image handling to support multiple sections...
2007-05-29 drath- add missing file src/target/trace.h
2007-05-29 drath- add missing image handling files
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-26 drath- improved ETB trace output
2007-04-25 drath- added support for error handlers to JTAG scan command...
2007-04-16 drath- explicitly disable monitor mode on ARM7/9 targets
2007-04-16 drath- allow multiple USB vendor and product ids when search...
2007-04-12 drath- correctly mask out bits that aren't part of a copied...
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-29 drath- added "arm9tdmi vector_catch ['all'|'none'|'vec1...
2007-03-28 drath- merged XScale branch back into trunk
2007-03-26 drath- fixed arm926 cp15 command bug (thanks to Vincent...
2007-03-16 drath- added missing files for last commit
2007-03-15 drath- reworked file i/o. every fileaccess (target, flash...
2007-02-20 drath- fixed libftdi initialization
2007-02-03 drath- add missing parentheses around macro parameters ...
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
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...
next