- fixed jtag_add_reset(). It no longer causes jtag_execute_queue() to
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Tue, 11 Mar 2008 09:06:00 +0000 (09:06 +0000)
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Tue, 11 Mar 2008 09:06:00 +0000 (09:06 +0000)
commit9a9cc91bcb61e340ba60b46dedb9017a58c8c91a
tree7320592f80e39038b77000aa74207ddedff3b5d8
parent970e16603bde0a4c5334e5eb3c81264830b55798
- fixed jtag_add_reset(). It no longer causes jtag_execute_queue() to
  fail for two of it's return codes. A little bit weird, but compatible with
  existing codebase.
- tightend up error handling. Since the jtag_xxx() is a queue that is either
  executed as things are added(hw queue) or a software queue, then
  errors can only be caught during jtag_execute_queue(). No error
  code is therefore returned from the queuing fn's.

git-svn-id: svn://svn.berlios.de/openocd/trunk@492 b42882b7-edfa-0310-969c-e2dbd0fdcd60
src/jtag/jtag.c
src/jtag/jtag.h
src/target/arm11_dbgtap.c