2681 Commits (6a2fd7cad507ef24a7dc4ce3c5f8b5351dd12656)
 

Author SHA1 Message Date
  oharboe 81184adfb0 Fix from Pavel Chromy. 16 years ago
  oharboe 3b5690ade1 - Fix target library path problem w/Windows 16 years ago
  oharboe 687a9553c9 From Michael Bruck 16 years ago
  oharboe 4edcbe0a54 committed bugfix from Michael Bruck 16 years ago
  oharboe bcb0124b15 dos2unix fix. 16 years ago
  oharboe e482118106 - using ERROR_COMMAND_SYNTAX_ERROR to print syntax in a couple of places 16 years ago
  oharboe 815c3b3533 - "flash write_binary" is now "flash write_bank" to clarify the focus of the 16 years ago
  oharboe d8456e4826 Michael Bruck spotted an omission in svn 322 16 years ago
  oharboe 8529e7c21e - added "xscale fast_memory_access" which speeds up memory 16 years ago
  oharboe e258c6aeb6 move options handling to separate file to better support embedded implementations of OpenOCD 16 years ago
  oharboe 90697ca389 - added -c option that will execute an openocd command 16 years ago
  oharboe 1aa854684d - fixed target->type->poll() return value 16 years ago
  oharboe 379f0b0b9b disable cfi_write_words(). Broken for spansion, fallback 16 years ago
  oharboe 2fe9bf1613 debug_level 3 now prints seconds since start of openocd 16 years ago
  drath db4fe03613 - concretize JTAG state transition rules (previously implied behaviour is now documented) 16 years ago
  oharboe 3fe23f94fb sharpend JTAG docs w.r.t. hw fifo implementations and retired jtag_cancel_queue() which is inheritely incompatible with a hw fifo concept. 16 years ago
  oharboe 2f48cbf99c added svn:ignore for files generated by bootstrap + build process. 16 years ago
  oharboe 958f845f4b cosmetic fixes to debug output + phasing out printf() in favour of logging system. From Pavel Chromy <chromy@asix.cz> 16 years ago
  drath 885ae471ad - fixes possible crash when GDB connection is closed while target is running due to log callback sending messages to connection which does not 16 years ago
  drath 11ef6e6485 - fix for feroceon CP15 register access (thanks to Niolas Pitre for this patch) 16 years ago
  drath 88b767e3ec - Use NAND extended geometry information (thanks to Ben Dooks for this patch) 16 years ago
  mifi 8603019609 - added a test document as a starting point 16 years ago
  oharboe b9bdac0251 - added time command 16 years ago
  mifi c1eb1a3690 - added patch to remove count and time information from log_printf 16 years ago
  mifi 34424b4bb5 - cosmetic changes to print out version without line number/time 16 years ago
  vpalatin 3c58540e02 - fix read/write size for small unaligned accesses (thanks Michael Bruck) 16 years ago
  mifi 34bc9457e9 - added patch to solve problem with AT91SAM7SE MCU have 3, rather than just 2 GPNVM bits. 16 years ago
  mifi 2ab0530301 - added patch to make single-stepping more resilient 16 years ago
  vpalatin 5cc4601c5f - add support for Marvell Feroceon (thanks to Nicolas Pitre for this patch) 16 years ago
  ntfreak a5ab45af4e - fix bug when using full paths to config files. Thanks Ted Roth 16 years ago
  mifi 6057fc8ab8 - added patch which fixed big/small endian problems on non-x86 host CPUs. 16 years ago
  ntfreak 95df797b2e - add search paths via new arg -s (-search). Thanks Ted Roth 16 years ago
  drath ee340df841 - add support for the majority of the Samsung ARM SoC family, S3C2410, S3C2412, S3C2413, S3C2440 and S3C2443 (thanks to Ben Dooks for this patch) 16 years ago
  ntfreak 5c0e8efa05 - Fixed bug in pathmove for XScale 16 years ago
  ntfreak b02d64a1bf - reapply fix with telnet prompt while running/halting gdb 16 years ago
  drath 17b65ad9a1 - Fix problems with stuck telnet sessions. Thanks to Øyvind Harboe for this patch. 16 years ago
  drath 48709fba0b - ignore data aborts during gdb memory read packets by default, and return 0x0 instead 16 years ago
  ntfreak f2a5a1ce81 - arg list now correctly released on error. Thanks Øyvind Harboe 16 years ago
  ntfreak e7084a0c87 - fix broken JTAG error handling 16 years ago
  ntfreak d36abc1cd6 - removed a raft of unecessary exit() calls. Issuing a reset will solve these ails. 16 years ago
  ntfreak a29ed24212 - add new non-cfi SST flash device. Thanks Øyvind Harboe 16 years ago
  ntfreak a92d27afb0 - Added a "User:" debug level. These are messages that are intended for the user and are part of normal operation. 16 years ago
  ntfreak cf9646bda6 - combine similar functions in telnet_server.c 16 years ago
  ntfreak e859281eb3 - solve lots of problems with stuck GDB connections, making it impossible to connect to GDB, handle timeout of acknowledgement, etc. 16 years ago
  ntfreak a2595950c7 - cleanup and remove time() warning 16 years ago
  ntfreak a32de76d61 - fix issue with telnet prompt while gdb running 16 years ago
  ntfreak 8f77362432 - fix xscale memory leak and warnings. Thanks Øyvind Harboe 16 years ago
  ntfreak 04cf548bff - fix programming issue with lpc2101/2 16 years ago
  mifi df9e189efe - added patch to stop DEBUG messages to be forwarded to telnet/gdb. 16 years ago
  ntfreak c65f7cf2fa - added check for revA silicon in stm32 flash driver 16 years ago