]> git.sur5r.net Git - openocd/commit
Author: Michael Bruck <mbruck@digenius.de>
authorkc8apf <kc8apf@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Thu, 21 May 2009 04:53:07 +0000 (04:53 +0000)
committerkc8apf <kc8apf@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Thu, 21 May 2009 04:53:07 +0000 (04:53 +0000)
commit73e31653fccbaa7e62edfbd0f5a0e27241be9436
tree1cc55c18e3cf09ff842814594d24f4e8b75938e9
parente007342669d85088fc7a313956004ee1e83df368
Author: Michael Bruck <mbruck@digenius.de>
   -jtag.c, interface_jtag_add_dr_out():
        - use pointer 'field' instead of scan->fields[field_count]
        - restructure the main loop to clearly separate the two cases: TAP is not bypassed / TAP is bypassed
          (this is to keep the function similar to interface_jtag_add_dr_scan())
        - fix bug where only the first output field has its tap field set
        - add asserts to verify that target_tap points to the one not bypassed TAP

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