Skip to content
Snippets Groups Projects
Commit a8234af0 authored by David Brownell's avatar David Brownell
Browse files

prevent abort via polling during jtag_reset


Observed:

  openocd: core.c:318: jtag_checks: Assertion `jtag_trst == 0' failed.

The issue was that nothing disabled background polling during calls
from the TCL shell to "jtag_reset 1 1".  Fix by moving the existing
poll-disable mechanism to the JTAG layer where it belongs, and then
augmenting it to always pay attention to TRST and SRST.

Signed-off-by: default avatarDavid Brownell <dbrownell@users.sourceforge.net>
parent 40c9668b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment