openocd/src/target
drath bc45295a40 - fixed 'make distcheck' (thanks to Theodore A. Roth for this patch
git-svn-id: svn://svn.berlios.de/openocd/trunk@257 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2008-01-17 07:24:05 +00:00
..
xscale - split fileio handling into fileio part and image handling 2007-05-29 11:23:42 +00:00
algorithm.c - added patch for new flash functionality like: 2007-12-18 21:20:28 +00:00
algorithm.h - prepare OpenOCD for branching, created ./trunk/ 2006-06-02 10:36:31 +00:00
arm_disassembler.c - ST STM32x cortex support added 2007-06-24 15:04:07 +00:00
arm_disassembler.h - added manpage for OpenOCD (thanks to Uwe Hermann) 2007-06-14 09:47:00 +00:00
arm_jtag.c - use correct SCAN_N check value (disabled by default) 2008-01-14 21:42:30 +00:00
arm_jtag.h - added support for error handlers to JTAG scan commands (jtag_[plain_][ir|dr]_scan) 2007-04-25 20:15:59 +00:00
arm_simulator.c - debug handler file not closed - (thanks to oyvind harboe for the patch) 2008-01-11 20:38:43 +00:00
arm_simulator.h - fixed endianness helper macros (thanks to obilix and wiml for finding and fixing this bug) 2007-06-28 10:32:58 +00:00
arm7_9_common.c - added gdb flash fixes patch 2008-01-07 17:11:11 +00:00
arm7_9_common.h - add verify_image command 2007-10-22 08:44:34 +00:00
arm7tdmi.c - add verify_image command 2007-10-22 08:44:34 +00:00
arm7tdmi.h - fix incorrect parsing of whitespace in command.c (thanks to Magnus Lundin) 2007-01-22 14:47:00 +00:00
arm9tdmi.c - add verify_image command 2007-10-22 08:44:34 +00:00
arm9tdmi.h - added "arm9tdmi vector_catch ['all'|'none'|'vec1 [vec2 [...]]']" command 2007-03-29 14:59:36 +00:00
arm720t.c - add verify_image command 2007-10-22 08:44:34 +00:00
arm720t.h - added mingw elf patches from Vincent Palatin 2007-06-16 14:45:55 +00:00
arm920t.c - add verify_image command 2007-10-22 08:44:34 +00:00
arm920t.h - endianess fixes everywhere but in the flash code. flashing might still be broken on big-endian targets and/or hosts 2006-08-31 12:41:49 +00:00
arm926ejs.c - add verify_image command 2007-10-22 08:44:34 +00:00
arm926ejs.h - Added support for ARM926EJ-S based cores 2007-01-25 10:30:42 +00:00
arm966e.c - add verify_image command 2007-10-22 08:44:34 +00:00
arm966e.h - cleaned up str7, str9 and stm32 flash drivers 2007-10-08 13:12:39 +00:00
armv4_5_cache.c - Added support for native MinGW builds (thanks to Spencer Oliver and Michael Fischer) - you still need to install GiveIO (not part of OpenOCD) 2006-07-17 14:13:27 +00:00
armv4_5_cache.h - endianess fixes everywhere but in the flash code. flashing might still be broken on big-endian targets and/or hosts 2006-08-31 12:41:49 +00:00
armv4_5_mmu.c - endianess fixes everywhere but in the flash code. flashing might still be broken on big-endian targets and/or hosts 2006-08-31 12:41:49 +00:00
armv4_5_mmu.h - endianess fixes everywhere but in the flash code. flashing might still be broken on big-endian targets and/or hosts 2006-08-31 12:41:49 +00:00
armv4_5.c - disabled excessive debug output in jtag.h 2007-04-11 14:25:12 +00:00
armv4_5.h - split fileio handling into fileio part and image handling 2007-05-29 11:23:42 +00:00
armv7m.c - add verify_image command 2007-10-22 08:44:34 +00:00
armv7m.h - add verify_image command 2007-10-22 08:44:34 +00:00
breakpoints.c - flash autoerase <on|off> cmd added, default is off - flash banks are calculated and erased prior to write (flash write_image only) 2007-10-01 08:31:30 +00:00
breakpoints.h - prepare OpenOCD for branching, created ./trunk/ 2006-06-02 10:36:31 +00:00
cortex_m3.c - reset_run now works as expected on cortex-m3 2007-11-21 16:37:17 +00:00
cortex_m3.h - corrected stm32x_handle_options_write_command, incorrect options printed 2007-07-26 12:28:22 +00:00
cortex_swjdp.c - Fixed display of sector sizes in flash.c 2007-09-10 17:43:08 +00:00
cortex_swjdp.h - ST STM32x cortex support added 2007-06-24 15:04:07 +00:00
embeddedice.c - added gdb flash fixes patch 2008-01-07 17:11:11 +00:00
embeddedice.h - added support for setting JTAG frequency on ASIX PRESTO (thanks to Pavel Chromy) 2007-08-25 09:59:42 +00:00
etb.c - added gdb flash fixes patch 2008-01-07 17:11:11 +00:00
etb.h - split fileio handling into fileio part and image handling 2007-05-29 11:23:42 +00:00
etm_dummy.c - added support for Asix Presto JTAG interface (thanks to Pavel Chromy and Asix for making this addition possible) 2007-07-15 11:19:33 +00:00
etm_dummy.h - added support for Asix Presto JTAG interface (thanks to Pavel Chromy and Asix for making this addition possible) 2007-07-15 11:19:33 +00:00
etm.c - added gdb flash fixes patch 2008-01-07 17:11:11 +00:00
etm.h - update jtag_speed setting when changing it during runtime with a FT2232 based interface 2007-08-16 13:12:48 +00:00
image.c - minimum autoconf 2.59 is now required and verified - due to issues with AS_HELP_STRING 2007-12-29 13:51:48 +00:00
image.h - add verify_image command 2007-10-22 08:44:34 +00:00
Makefile.am - fixed 'make distcheck' (thanks to Theodore A. Roth for this patch 2008-01-17 07:24:05 +00:00
oocd_trace.c - renamed M5960 USB JTAG to "flyswatter" 2007-08-10 19:44:06 +00:00
oocd_trace.h - calculate cycles since last executed instruction when cycle-accurate tracing is enabled 2007-07-31 10:07:32 +00:00
register.c - str9x flash support (Thanks to Spencer Oliver) 2006-09-28 10:41:43 +00:00
register.h - str9x flash support (Thanks to Spencer Oliver) 2006-09-28 10:41:43 +00:00
target_request.c - reworked presto.c to allow use of either FTD2XX or libftdi (libftdi not functional yet). Configure option changed from --enable-presto to 2007-08-14 09:48:54 +00:00
target_request.h - renamed M5960 USB JTAG to "flyswatter" 2007-08-10 19:44:06 +00:00
target.c - minimum autoconf 2.59 is now required and verified - due to issues with AS_HELP_STRING 2007-12-29 13:51:48 +00:00
target.h - minimum autoconf 2.59 is now required and verified - due to issues with AS_HELP_STRING 2007-12-29 13:51:48 +00:00
trace.c - added patch for new flash functionality like: 2007-12-18 21:20:28 +00:00
trace.h - add verify_image command 2007-10-22 08:44:34 +00:00
xscale.c - debug handler file not closed - (thanks to oyvind harboe for the patch) 2008-01-11 20:38:43 +00:00
xscale.h - renamed "xscale dump_trace_buffer" to "xscale dump_trace" and added code for it 2007-08-17 08:58:40 +00:00