openocd/src/helper
oharboe 815c3b3533 - "flash write_binary" is now "flash write_bank" to clarify the focus of the
command and reduce confusion with "flash write_image".
- retired deprecated "flash erase" & "flash write".
- added flash_driver_protect/write/erase() that are wafer thin frontend
 functions to low level driver functions. They implement checks
 that were inconsistently handled by the drivers, e.g. check for
 target halted was done in a spotty fashion.
- use return ERROR_COMMAND_SYNTAX_ERROR to print out
 syntax of command instead of having lots of inlined replicas of
 the command line syntax(some of which were wrong).
- use logging instead of dubious translation of error values to
 human understandable explanations of why things failed.
 The lower levels log the precise reason and the higher
 levels can ammend context as the error propagates up
 the call stack.
- simplified flash API slightly with logging instead of
 allocating and returning information that the caller then
 has to translate into print statements.



git-svn-id: svn://svn.berlios.de/openocd/trunk@337 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2008-02-25 07:32:52 +00:00
..
Makefile.am move options handling to separate file to better support embedded implementations of OpenOCD 2008-02-24 21:11:09 +00:00
binarybuffer.c - added patch "remove error handler as planned" 2008-01-20 13:52:06 +00:00
binarybuffer.h - added patch "remove error handler as planned" 2008-01-20 13:52:06 +00:00
command.c - added time command 2008-02-23 08:24:59 +00:00
command.h - Fixed bug in pathmove for XScale 2008-02-19 19:26:17 +00:00
configuration.c move options handling to separate file to better support embedded implementations of OpenOCD 2008-02-24 21:11:09 +00:00
configuration.h - add search paths via new arg -s (-search). Thanks Ted Roth 2008-02-19 20:04:57 +00:00
fileio.c - removed flash write_image - binary compare function has been moved to verify_image command 2007-12-20 16:19:10 +00:00
fileio.h - this patch allows OpenOCD running under eCos to access files via tftp 2007-12-19 21:14:50 +00:00
interpreter.c - "flash write_binary" is now "flash write_bank" to clarify the focus of the 2008-02-25 07:32:52 +00:00
interpreter.h - added patch "remove error handler as planned" 2008-01-20 13:52:06 +00:00
log.c debug_level 3 now prints seconds since start of openocd 2008-02-24 18:46:09 +00:00
log.h - Added a "User:" debug level. These are messages that are intended for the user and are part of normal operation. 2008-02-18 14:32:43 +00:00
options.c move options handling to separate file to better support embedded implementations of OpenOCD 2008-02-24 21:11:09 +00:00
replacements.c - added patch for faster start of OpenOCD 2008-01-10 19:10:55 +00:00
replacements.h Corrected typo (to many brackets) 2007-12-14 19:54:18 +00:00
time_support.c - added time command 2008-02-23 08:24:59 +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 - added patch which fixed big/small endian problems on non-x86 host CPUs. 2008-02-19 21:44:19 +00:00