This website works better with JavaScript.
Home
Help
Register
Sign In
jim
/
openocd
Watch
0
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
26
Wiki
Activity
Browse Source
ft2232: less noise with _DEBUG_JTAG_IO_
Don't log "Yes, I'm *still* in TAP_IDLE" every seven runtest clocks.
tags/v0.3.0-rc0
David Brownell
13 years ago
parent
0b476c9f4c
commit
1020569b9f
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
src/jtag/ft2232.c
+ 0
- 1
src/jtag/ft2232.c
View File
@@ -1552,7 +1552,6 @@ static int ft2232_execute_runtest(jtag_command_t *cmd)
/* TMS data bits */
buffer_write(0x0);
tap_set_state(TAP_IDLE);
i -= (i > 7) ? 7 : i;
/* LOG_DEBUG("added TMS scan (no read)"); */
Write
Preview
Loading…
Cancel
Save