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
Console commands help improvements:
Modifications done in Wiki towards JTAG brute & 2-wire SWD brute:
The text was updated successfully, but these errors were encountered:
src/hydrabus/commands.c: improve help output on some console commands (…
6bc232d
…hydrabus#152)
45391d2
…#152) (#156) Fix "Improve Help on some Console commands #152" Issue #152
bvernoux
Successfully merging a pull request may close this issue.
Console commands help improvements:
"Performs a BYPASS scan on n pins"
to be replaced by
"Performs a BYPASS scan on x pins (PB0 up to PB11)"
See https://github.com/hydrabus/hydrafw/blob/master/src/hydrabus/commands.c#L241
"Performs an IDCODE scan on n pins"
to be replaced by
"Performs an IDCODE scan on x pins (PB0 up to PB11)"
See https://github.com/hydrabus/hydrafw/blob/master/src/hydrabus/commands.c#L246
"Perform a SWD enumeration on pins"
to be replaced by
"Perform a SWD enumeration on x pins (PB0 up to PB11)"
See https://github.com/hydrabus/hydrafw/blob/master/src/hydrabus/commands.c#L1465
Modifications done in Wiki towards JTAG brute & 2-wire SWD brute:
The text was updated successfully, but these errors were encountered: