openocd/src/server
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 - minimum autoconf 2.59 is now required and verified - due to issues with AS_HELP_STRING 2007-12-29 13:51:48 +00:00
gdb_server.c - "flash write_binary" is now "flash write_bank" to clarify the focus of the 2008-02-25 07:32:52 +00:00
gdb_server.h - solve lots of problems with stuck GDB connections, making it impossible to connect to GDB, handle timeout of acknowledgement, etc. 2008-02-16 15:21:13 +00:00
server.c - fixes possible crash when GDB connection is closed while target is running due to log callback sending messages to connection which does not 2008-02-24 12:30:45 +00:00
server.h - allow building for MinGW using either -mno-cygwin or the MinGW gcc 2006-08-01 09:45:22 +00:00
telnet_server.c - fixed target->type->poll() return value 2008-02-24 18:52:45 +00:00
telnet_server.h - reapply fix with telnet prompt while running/halting gdb 2008-02-18 18:48:04 +00:00