openocd/src/helper
drath 20e4e77cdf - renamed M5960 USB JTAG to "flyswatter"
- make ep93xx and at91rm9200 bitbang JTAG interfaces dependant on ARM host (thanks to Vincent Palatin)
- various whitespace fixes
- removed various warnings
- add support for Debian GNU/kFreeBSD (thanks to Uwe Hermann)
- fix OpenOCD compilation for various platforms (thanks to Uwe Hermann and Vincent Palatin)
- switched order of JTAG chain examination and validation (examine first, then multiple validation tries even if examination failed)
- added target_request subsystem to handle requests from the target (debug messages and tracepoints implemented, future enhancements might include
semihosting, all ARM7/9 only for now)
- added support for GDB vFlashXXX packets (thanks to Pavel Chromy)
- added support for receiving data via ARM7/9 DCC
- reworked flash writing. the 'flash write' command is now deprecated and replaced by 'flash write_binary' (old syntax and behaviour) and 'flash
write_image' (write image files (bin, hex, elf, s19) to a target).
- added support for AMD/ST/SST 29F400B non-cfi flashes



git-svn-id: svn://svn.berlios.de/openocd/trunk@190 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2007-08-10 19:44:06 +00:00
..
binarybuffer.c - further work on ETB decoding (not yet functional) 2007-05-05 11:02:03 +00:00
binarybuffer.h - str9x flash support (Thanks to Spencer Oliver) 2006-09-28 10:41:43 +00:00
command.c - added support for error handlers to JTAG scan commands (jtag_[plain_][ir|dr]_scan) 2007-04-25 20:15:59 +00:00
command.h - prepare OpenOCD for branching, created ./trunk/ 2006-06-02 10:36:31 +00:00
configuration.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
configuration.h - prepare OpenOCD for branching, created ./trunk/ 2006-06-02 10:36:31 +00:00
fileio.c - motorola s19 file loader added 2007-07-31 09:15:59 +00:00
fileio.h - fixed endianness helper macros (thanks to obilix and wiml for finding and fixing this bug) 2007-06-28 10:32:58 +00:00
interpreter.c - str9x flash support (Thanks to Spencer Oliver) 2006-09-28 10:41:43 +00:00
interpreter.h - prepare OpenOCD for branching, created ./trunk/ 2006-06-02 10:36:31 +00:00
log.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
log.h - fixed arm926 cp15 command bug (thanks to Vincent Palatin for this patch) 2007-03-26 21:47:26 +00:00
Makefile.am - reworked file i/o. every fileaccess (target, flash, nand, in future configuration, too) should now go through the fileio subsystem 2007-03-15 13:36:44 +00:00
replacements.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
replacements.h - renamed M5960 USB JTAG to "flyswatter" 2007-08-10 19:44:06 +00:00
time_support.c - added mingw elf patches from Vincent Palatin 2007-06-16 14:45:55 +00:00
time_support.h - reworked file i/o. every fileaccess (target, flash, nand, in future configuration, too) should now go through the fileio subsystem 2007-03-15 13:36:44 +00:00
types.h - fixed endianness helper macros (thanks to obilix and wiml for finding and fixing this bug) 2007-06-28 10:32:58 +00:00