Discussion:
[UrJTAG-dev] Patch: error handling/reporting
steve tell
2014-06-20 13:17:14 UTC
Permalink
This patch contains two small urjtag fixes:

1. Failure of "detect" with TDO stuck should signal a urj_error, and not
just print warning message. The TDO-stuck value is included in the error
message. Behaviour in the command-line jtag tool isn't changed much, but
its helps with the language bindings.

2. Failure to find the requested usb cable now signals a urj_error,
instead of just logging a message. Again, "jtag" behaviour isn't affected
much, but its useful in language bindings; python code can check the error
code and try a different cable or whatever.

Loading...