tap post reset event added. Allows omap3530 to send 100 runtest idle tickle's after a TAP_RESET.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2696 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
oharboe
2009-09-11 18:34:15 +00:00
parent ec3015db1a
commit 4f7761828c
5 changed files with 41 additions and 3 deletions
+2 -1
View File
@@ -1254,7 +1254,8 @@ static int str9xpec_handle_flash_disable_turbo_command(struct command_context_s
return ERROR_FAIL;
/* exit turbo mode via RESET */
str9xpec_set_instr(tap, ISC_NOOP, TAP_RESET);
str9xpec_set_instr(tap, ISC_NOOP, TAP_IDLE);
jtag_add_tlr();
jtag_execute_queue();
/* restore previous scan chain */