We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
During ESD stress testing, if the device gets shocked while tkey-sign is running, there is some chance that it hangs at:
Sending a 128 bytes message for signing. WARNING! This tkey-sign and signer app is built with the touch requirement removed
My guess is that the tkey fails to send 1 or more bytes as a response, and there could be a timeout on the serial read (or write) to catch this.
The text was updated successfully, but these errors were encountered:
I've working on this as part of getting our new watchdog in place.
Sorry, something went wrong.
Thanks- it's not a blocker since the test runner can timeout and force-restart tkey-sign if it hangs for too long :-)
We're thinking to bring in #47
No branches or pull requests
During ESD stress testing, if the device gets shocked while tkey-sign is running, there is some chance that it hangs at:
My guess is that the tkey fails to send 1 or more bytes as a response, and there could be a timeout on the serial read (or write) to catch this.
The text was updated successfully, but these errors were encountered: