Go to file
oharboe 539527ab74 John McCarthy <jgmcc@magma.ca> cleans up the usage of the
ejtag_info->ejtag_ctrl variable.  It was being overwritten by the value read back from the EJTAG CONTROL register.  Because of the way this register works you do not want to use the value returned to write the register, you always want to write the bits explicitly.

The second patch just reduces the DMA retries to 0 in anticipation of removing the retry code altogether.

git-svn-id: svn://svn.berlios.de/openocd/trunk@1049 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2008-10-14 06:21:17 +00:00
contrib - remove build warnings from mips_m4k.c and arm11.c 2008-10-08 20:16:51 +00:00
doc - convert spaces to tabs in at91sam7.[ch] 2008-09-27 13:00:01 +00:00
ecosflash deleted obsolete stuff. 2008-04-22 06:44:05 +00:00
src John McCarthy <jgmcc@magma.ca> cleans up the usage of the 2008-10-14 06:21:17 +00:00
testing basic smoketest on lm3s3748.elf 2008-10-06 12:14:52 +00:00
AUTHORS - use correct SCAN_N check value (disabled by default) 2008-01-14 21:42:30 +00:00
BUGS added stack trace. 2008-05-19 07:29:45 +00:00
COPYING - prepare OpenOCD for branching, created ./trunk/ 2006-06-02 10:36:31 +00:00
ChangeLog retired 2008-03-06 17:11:35 +00:00
INSTALL - fix typo's 2008-09-22 20:58:57 +00:00
Makefile.am - reset_run now works as expected on cortex-m3 2007-11-21 16:37:17 +00:00
NEWS - fix typo's 2008-09-22 20:58:57 +00:00
README - fix typo's 2008-09-22 20:58:57 +00:00
TODO Tweaked logging output. 2008-02-29 15:32:07 +00:00
bootstrap - documentation fixes (thanks to Uwe Hermann) 2007-07-26 09:34:49 +00:00
configure.in - fix win32 build issues from previous jim patch 2008-08-22 12:51:48 +00:00
guess-rev.sh Pavel Chromy fix: the guess-rev.sh scripts to retrieve SVN revision returns the result including new line 2008-02-29 13:03:37 +00:00

README

openocd.texi is the authoritative source of OpenOCD documentation