Skip to content
New issue

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

Improve Help on some Console commands #152

Closed
bvernoux opened this issue Nov 27, 2023 · 0 comments · Fixed by #156
Closed

Improve Help on some Console commands #152

bvernoux opened this issue Nov 27, 2023 · 0 comments · Fixed by #156
Assignees
Milestone

Comments

@bvernoux
Copy link
Member

bvernoux commented Nov 27, 2023

Console commands help improvements:

  1. Console jtag => brute => bypass
    "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
  2. Console jtag => brute => idcode
    "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
  3. Console 2-wire => brute
    "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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant